Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
tofay committed Nov 19, 2024
1 parent cbef0fc commit 857b543
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Cache build artifacts
uses: Swatinem/rust-cache@v2
- name: Run cargo test --features fips
run: cargo test --tests --features fips -- --test-threads=2
run: CARGO_LOG=trace cargo test --tests --features fips -- --test-threads=2

test-fips-openssl-3:
name: Test using FIPS openssl 3
Expand All @@ -84,4 +84,4 @@ jobs:
- name: Cache build artifacts
uses: Swatinem/rust-cache@v2
- name: Run cargo test --features fips
run: cargo test --tests --features fips -- --test-threads=2
run: CARGO_LOG=trace cargo test --tests --features fips -- --test-threads=2

0 comments on commit 857b543

Please sign in to comment.