Skip to content

Commit

Permalink
add cargo fmt check to test script
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoskal committed Dec 16, 2024
1 parent 1cadd67 commit 0180904
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/test-guidance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
set -e
cd $(dirname $0)/..

cargo fmt --check

cargo build --locked
cargo test

Expand Down

0 comments on commit 0180904

Please sign in to comment.