Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
sam0x17 committed Aug 9, 2024
1 parent 3398adc commit 63da5af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
# which will nevertheless check the whole workspace
run: |
set -e # Fail the script if any command fails
cargo check 2>&1 | tee build_output.log
cargo check | tee build_output.log
warnings=$(grep "warning: " build_output.log || true)
if [ -n "$warnings" ]; then
echo "The following custom lints have failed ❌:"
Expand Down

0 comments on commit 63da5af

Please sign in to comment.