Skip to content

Commit ea38d94

Browse files
committed
Fix the CI script to actually test wasm32-wasi cross-check.
b2cf994 add a line to test WASI support in cap-std, but neglected to add `--target=wasm32-wasi` to the test command.
1 parent fb1f01b commit ea38d94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
- run: cargo check --workspace --all-targets --all-features --release -vv --target=riscv64gc-unknown-linux-gnu
165165
- run: cargo check --workspace --all-targets --all-features --release -vv --target=arm-unknown-linux-gnueabihf
166166
- run: cargo check --workspace --all-targets --all-features --release -vv --target=aarch64-linux-android
167-
- run: cd cap-std && cargo check --features=fs_utf8 --release -vv
167+
- run: cd cap-std && cargo check --features=fs_utf8 --release -vv --target=wasm32-wasi
168168

169169
check_cross_nightly_windows:
170170
name: Check Cross-Compilation on Rust nightly on Windows

0 commit comments

Comments
 (0)