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 16f14d2 commit 3d07510Copy full SHA for 3d07510
.github/workflows/pull-request.yml
@@ -53,12 +53,11 @@ jobs:
53
54
- name: Run Tests with Rust
55
env:
56
- FLAGSMITH_USE_RUST: "1"
+ FLAGSMITH_USE_RUST: '1'
57
run: pytest -p no:warnings
58
59
- name: Run Benchmarks
60
uses: CodSpeedHQ/action@v3
61
with:
62
token: ${{ secrets.CODSPEED_TOKEN }}
63
run: pytest --codspeed --no-cov
64
-
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