Skip to content

Commit

Permalink
ci: print log on test failure and clean cache
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriele-0201 committed Feb 27, 2024
1 parent 24dc041 commit 76b2104
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,8 @@ jobs:
run: cargo test --verbose --all
- name: cargo xtask test
run: cargo xtask test
- name: print logs if tests fail
run: cat test_log/*.log
if: failure()
- name: cargo clean cache
run: cargo install cargo-cache --no-default-features --features ci-autoclean && cargo-cache

0 comments on commit 76b2104

Please sign in to comment.