Skip to content

Commit

Permalink
ci: remove -vv to avoid wall-of-text
Browse files Browse the repository at this point in the history
  • Loading branch information
ctz committed Dec 23, 2024
1 parent 12deddd commit 6a18c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ jobs:
uses: seanmiddleditch/gha-setup-ninja@v5

- name: cargo test (${{ matrix.mode }}, ${{ matrix.features }})
run: cargo test --locked -vv ${{ matrix.features }} ${{ matrix.mode }} -- --ignored
run: cargo test --locked ${{ matrix.features }} ${{ matrix.mode }} -- --ignored
env:
RUSTFLAGS: "-D warnings"

Expand Down

0 comments on commit 6a18c95

Please sign in to comment.