Skip to content

Commit

Permalink
chore: set pre-commit cargo-test hook to run with nightly toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
tlowerison committed Jan 22, 2024
1 parent 2184ada commit 927a82e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,9 @@ repos:
CARGO_INCREMENTAL="0" \
RUSTFLAGS="-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Zpanic_abort_tests" \
RUSTDOCFLAGS="-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Zpanic_abort_tests" \
cargo test \
cargo \
+nightly \
test \
--all-features
language: system
types: [file]
Expand Down

0 comments on commit 927a82e

Please sign in to comment.