Skip to content

Commit

Permalink
Add debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
palfrey committed May 28, 2022
1 parent 36ea2da commit cda6993
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
args: --features ${{ matrix.features }} -- --nocapture
env:
RUST_TEST_THREADS: 3 # So the parallel tests have enough threads
RUST_LOG: debug
if: ${{ matrix.features != 'all' }}
- name: Build and test all features
uses: actions-rs/[email protected]
Expand All @@ -63,7 +64,8 @@ jobs:
args: --all-features -- --nocapture
if: ${{ matrix.features == 'all' }}
env:
RUST_TEST_THREADS: 3 # So the parallel tests have enough threads
RUST_TEST_THREADS: 3 # So the parallel tests have enough threads
RUST_LOG: debug

multi-os-testing:
name: Test suite
Expand All @@ -87,7 +89,8 @@ jobs:
command: test
args: --all-features -- --nocapture
env:
RUST_TEST_THREADS: 3 # So the parallel tests have enough threads
RUST_TEST_THREADS: 3 # So the parallel tests have enough threads
RUST_LOG: debug

minimal-versions:
name: minimal versions check
Expand Down

0 comments on commit cda6993

Please sign in to comment.