Skip to content

Commit 9a1484e

Browse files
committed
ci: update cfgs for WASI test tokio
1 parent 5a37a0b commit 9a1484e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1092,7 +1092,7 @@ jobs:
10921092

10931093
- uses: Swatinem/rust-cache@v2
10941094
- name: WASI test tokio full
1095-
run: cargo test -p tokio --target ${{ matrix.target }} --features full
1095+
run: cargo test -p tokio --target ${{ matrix.target }} --features "sync,macros,io-util,rt,time"
10961096
env:
10971097
CARGO_TARGET_WASM32_WASIP1_RUNNER: "wasmtime run --"
10981098
CARGO_TARGET_WASM32_WASIP1_THREADS_RUNNER: "wasmtime run -W bulk-memory=y -W threads=y -S threads=y --"

0 commit comments

Comments
 (0)