diff options
Diffstat (limited to '.github/workflows/ci.yaml')
-rw-r--r-- | .github/workflows/ci.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1850068a3..0f68b234c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml | |||
@@ -76,7 +76,7 @@ jobs: | |||
76 | run: cargo test --no-run --locked | 76 | run: cargo test --no-run --locked |
77 | 77 | ||
78 | - name: Test | 78 | - name: Test |
79 | run: cargo test | 79 | run: cargo test -- --nocapture |
80 | 80 | ||
81 | - name: Prepare cache | 81 | - name: Prepare cache |
82 | run: cargo xtask pre-cache | 82 | run: cargo xtask pre-cache |