Skip to content

Commit

Permalink
ci: clarify the name of a print logs job
Browse files Browse the repository at this point in the history
that it runs only on failure
  • Loading branch information
pepyakin committed Mar 4, 2024
1 parent ff4b552 commit a54e755
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 @@ -33,6 +33,6 @@ jobs:
run: cargo test --verbose --all
- name: cargo xtask test
run: cargo xtask test
- name: print logs
- name: print logs (on failure)
run: cat test_log/*.log
if: failure()

0 comments on commit a54e755

Please sign in to comment.