Skip to content

Commit 23dc40f

Browse files
committed
Stop local ci script on first failure
1 parent caf140a commit 23dc40f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ci.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
set -e
2+
13
cd rust
24
cargo clippy --workspace --all-targets --all-features -- -D warnings
35
cargo fmt --all --check

0 commit comments

Comments
 (0)