test: test with tracing (#3906)

This commit is contained in:
Alice Ryhl
2021-06-30 09:40:10 -07:00
committed by GitHub
parent b877629cb1
commit 90e1935c48
5 changed files with 37 additions and 16 deletions
+1 -1
View File
@@ -122,7 +122,7 @@ jobs:
# Run `tokio` with "unstable" cfg flag.
- name: test tokio full --cfg unstable
run: cargo test --features full
run: cargo test --all-features
working-directory: tokio
env:
RUSTFLAGS: --cfg tokio_unstable -Dwarnings