Skip to content

Commit

Permalink
ci(coverage): remove panic=abort
Browse files Browse the repository at this point in the history
  • Loading branch information
kanru committed Jan 28, 2024
1 parent 3abc6e4 commit 5fdcce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
- name: Test
env:
CARGO_INCREMENTAL: 0
RUSTFLAGS: -Cinstrument-coverage -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort
RUSTFLAGS: -Cinstrument-coverage -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off
run: |
cargo test
ctest --test-dir out/build/${{ matrix.preset }} --verbose
Expand Down

0 comments on commit 5fdcce5

Please sign in to comment.