Skip to content

Commit e7bc03a

Browse files
committed
Change performance test to always run all tests
Added --no-fail-fast to the script
1 parent 4d3bed2 commit e7bc03a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cbmc-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,4 @@ jobs:
9393
- name: Execute Kani performance ignored tests
9494
working-directory: ./kani
9595
continue-on-error: true
96-
run: cargo run -p compiletest -- --suite perf --mode cargo-kani-test ignore --ignored
96+
run: cargo run -p compiletest -- --suite perf --mode cargo-kani-test ignore --ignored --no-fail-fast

scripts/kani-perf.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ done
2727
suite="perf"
2828
mode="cargo-kani-test"
2929
echo "Check compiletest suite=$suite mode=$mode"
30-
cargo run -p compiletest -- --suite $suite --mode $mode
30+
cargo run -p compiletest -- --suite $suite --mode $mode --no-fail-fast
3131
exit_code=$?
3232

3333
echo "Cleaning up..."

0 commit comments

Comments
 (0)