Skip to content

Commit

Permalink
Run tests for handle-panics and backtrace
Browse files Browse the repository at this point in the history
  • Loading branch information
target-san committed Dec 12, 2024
1 parent 60a14b3 commit 9211183
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ jobs:
run: cd proptest && cargo build --verbose
- name: Run tests
run: cd proptest && cargo test --verbose
- name: Run tests handle-panics
run: cd proptest && cargo test --verbose --features handle-panics
- name: Run tests backtrace
run: cd proptest && cargo test --verbose --features backtrace
- name: Run tests handle-panics+backtrace
run: cd proptest && cargo test --verbose --features "handle-panics backtrace"
- name: Build coverage no-default-features
if: ${{ matrix.build == 'stable' }}
env:
Expand Down

0 comments on commit 9211183

Please sign in to comment.