diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 65632f70..d4b7ed5a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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