We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d4704e commit 92557a3Copy full SHA for 92557a3
.github/workflows/pull-request.yml
@@ -51,12 +51,11 @@ jobs:
51
52
- name: Run Tests with Rust
53
env:
54
- FLAGSMITH_USE_RUST: "1"
+ FLAGSMITH_USE_RUST: '1'
55
run: pytest -p no:warnings
56
57
- name: Run Benchmarks
58
uses: CodSpeedHQ/action@v3
59
with:
60
token: ${{ secrets.CODSPEED_TOKEN }}
61
run: pytest --codspeed --no-cov
62
-
flag_engine/segments/evaluator.py
@@ -66,6 +66,7 @@ def get_evaluation_result(
66
"""
67
return get_evaluation_result_rust(context) # type: ignore[no-any-return]
68
69
+
70
def _get_evaluation_result_python(
71
context: EvaluationContext[SegmentMetadataT, FeatureMetadataT],
72
) -> EvaluationResult[SegmentMetadataT, FeatureMetadataT]:
0 commit comments