Skip to content

Commit b2799c2

Browse files
fix(ci): remove stale function_runner feature flag from coverage command
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 530d1a4 commit b2799c2

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ jobs:
337337
export PARTITION=${MATRIX_TARGET#*#}
338338
cargo llvm-cov nextest --lcov --output-path lcov-${{ matrix.target }}-${{ matrix.special_features }}.info \
339339
--partition count:${PARTITION}/4 \
340-
--workspace --features "cairo-1-hints, test_utils, function_runner, ${{ matrix.special_features }}"
340+
--workspace --features "cairo-1-hints, test_utils, ${{ matrix.special_features }}"
341341
342342
- name: Save coverage
343343
uses: actions/cache/save@v3

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ Both branches support Stwo prover opcodes (Blake2s, QM31) since v2.0.0.
1212

1313
#### Upcoming Changes
1414
* feat: add `test_helpers` module (`error_utils`, `test_utils`) with `assert_mr_eq!`, `load_cairo_program!` macros and `expect_*` error checkers, behind `test_utils` feature flag [#2381](https://github.com/starkware-libs/cairo-vm/pull/2381)
15-
* feat: add `test_helpers` module (`error_utils`, `test_utils`) with `assert_mr_eq!`, `load_cairo_program!` macros and `expect_*` error checkers, behind `test_utils` feature flag [#2378](https://github.com/starkware-libs/cairo-vm/pull/2378)
1615

1716
* feat(makefile,ci): add `cairo_test_suite_programs` Makefile target and CI integration to compile Cairo test suite programs before running tests [#2380](https://github.com/starkware-libs/cairo-vm/pull/2380)
1817

0 commit comments

Comments
 (0)