Skip to content

Commit

Permalink
Print git diff
Browse files Browse the repository at this point in the history
  • Loading branch information
numinnex committed Jul 13, 2024
1 parent 3cedf24 commit ef2b73e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/test_daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ jobs:
toolchain: ${{ matrix.toolchain }}
args: " --features ci-qemu --verbose ${{ matrix.platform.profile == 'release' && '--release' || '' }}"

- name: Print git diff
run: git diff

- name: Check if workspace is clean
run: git status | grep "working tree clean" || { git status ; exit 1; }

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ef2b73e

Please sign in to comment.