diff options
Diffstat (limited to '.gitea')
| -rw-r--r-- | .gitea/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 516aae8..cf314cb 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -24,4 +24,4 @@ jobs: - uses: actions/checkout@v6 - uses: dtolnay/rust-toolchain@stable - name: Cargo test - run: cargo test --workspace --all-features + run: cargo test --workspace --all-features -- --nocapture |
