diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 91f551f2a..55f8a7c37 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -160,7 +160,7 @@ jobs: if: | matrix.kind == 'test_release' || matrix.kind == 'bench' - run: cargo build --release --locked --all-targets + run: cargo build --release --locked --all-targets -vv - name: Build debug if: matrix.kind == 'test_debug' |
