Skip to content

Commit fed9cc6

Browse files
authored
Use info level for test logging (#720)
1 parent 70141f4 commit fed9cc6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,14 @@ jobs:
7373

7474
- name: Test (no E2E)
7575
if: ${{ !matrix.e2e-testing }}
76+
env:
77+
RUST_LOG: info
7678
run: cargo +nightly test --release --verbose --target ${{ matrix.target }} -- --nocapture
7779

7880
- name: Test (with E2E)
7981
if: ${{ matrix.e2e-testing }}
82+
env:
83+
RUST_LOG: info
8084
run: cargo +nightly test --release --verbose --target ${{ matrix.target }} --features __lk-e2e-test -- --nocapture
8185

8286

0 commit comments

Comments
 (0)