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 c9b1e6f commit c1c2a7b
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"
AWS_LC_SYS_PREBUILT_NASM: "1" # for benefit of rcgen
Expand Down

0 comments on commit c1c2a7b

Please sign in to comment.