Skip to content

Commit

Permalink
chore(workflows/CI): change git diff to not be quiet anymore
Browse files Browse the repository at this point in the history
to show which files / tests failed in a short summary
  • Loading branch information
hasezoey committed Jan 16, 2024
1 parent b91c1ee commit 1320cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
~/.cargo
key: ${{ runner.os }}-cargo-dev-${{ hashFiles('**/Cargo.lock') }}
- run: bash test/test_all.sh
- run: git diff --exit-code --quiet || exit 1
- run: git diff --exit-code --stat || exit 1

# things that use the cargo-test cache
test:
Expand Down

0 comments on commit 1320cee

Please sign in to comment.