Skip to content

Commit

Permalink
Enable test run logging
Browse files Browse the repository at this point in the history
  • Loading branch information
sashacmc committed Jan 31, 2024
1 parent 065b311 commit ff71077
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 @@ -93,7 +93,7 @@ jobs:
uses: taiki-e/install-action@nextest

- name: Run tests
run: cargo nextest run --exclude zenoh-examples --exclude zenoh-plugin-example --workspace
run: cargo nextest run --exclude zenoh-examples --exclude zenoh-plugin-example --workspace -- --nocapture
env:
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
ASYNC_STD_THREAD_COUNT: 4
Expand Down

0 comments on commit ff71077

Please sign in to comment.