Skip to content

Commit

Permalink
ci debugging yay
Browse files Browse the repository at this point in the history
  • Loading branch information
carllerche committed Nov 9, 2022
1 parent e6988d0 commit d8c7d27
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 @@ -184,7 +184,7 @@ jobs:
- uses: Swatinem/rust-cache@v1
# Run `tokio` with "unstable" cfg flag.
- name: test tokio full --cfg unstable
run: cargo test --all-features
run: cargo test --all-features -- --nocapture --test-threads 1
working-directory: tokio
env:
RUSTFLAGS: --cfg tokio_unstable -Dwarnings
Expand Down

0 comments on commit d8c7d27

Please sign in to comment.