Skip to content

Commit 981a617

Browse files
gabriele-0201pepyakin
authored andcommitted
ci: print logs if xtask tests fail
1 parent 997046d commit 981a617

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,6 @@ jobs:
3333
run: cargo test --verbose --all
3434
- name: cargo xtask test
3535
run: cargo xtask test
36+
- name: print logs
37+
run: cat test_log/*.log
38+
if: failure()

0 commit comments

Comments
 (0)