aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci.yaml')
-rw-r--r--.github/workflows/ci.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 1145fcfab..63518e67f 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -57,7 +57,7 @@ jobs:
57 run: cargo test --no-run --locked 57 run: cargo test --no-run --locked
58 58
59 - name: Test 59 - name: Test
60 run: cargo test 60 run: cargo test -- --nocapture
61 61
62 # Weird targets to catch non-portable code 62 # Weird targets to catch non-portable code
63 rust-cross: 63 rust-cross: