Skip to content

Commit

Permalink
Made pre-commit script use nextest
Browse files Browse the repository at this point in the history
  • Loading branch information
rarebreed committed Feb 27, 2023
1 parent d3669a8 commit 5c04c8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ cargo build --release
# should be excluded from testing
echo "################################"
echo "Running tests..."
cargo test -- --nocapture

cargo test --doc
cargo nextest run

0 comments on commit 5c04c8c

Please sign in to comment.