Skip to content

Commit

Permalink
Update test hook to run for all features
Browse files Browse the repository at this point in the history
  • Loading branch information
smu160 committed Jun 10, 2024
1 parent 9625a07 commit 715342c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ then
exit 1
fi

if ! cargo test
if ! cargo test --all-features
then
echo "There are some test issues."
exit 1
Expand Down

0 comments on commit 715342c

Please sign in to comment.