Skip to content

Commit

Permalink
ci: set -e for .github/scripts/cargo-clippy-before-script.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
yihau committed Nov 30, 2023
1 parent c20b3a0 commit 57f3530
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/scripts/cargo-clippy-before-script.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env bash

set -e

os_name="$1"

case "$os_name" in
Expand Down

0 comments on commit 57f3530

Please sign in to comment.