Skip to content

Commit

Permalink
this should help
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbuche committed Dec 13, 2023
1 parent 67184aa commit 0da268a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
toolchain: nightly
override: true
- name: test
run: cargo test --color always --verbose
run: cargo test --color always --verbose --release
env:
CARGO_INCREMENTAL: '0'
RUSTFLAGS: '-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests'
Expand Down

0 comments on commit 0da268a

Please sign in to comment.