Skip to content

Commit b2cf994

Browse files
committed
Add a WASI cross-check to CI.
1 parent 70a2044 commit b2cf994

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ jobs:
150150
riscv64gc-unknown-linux-gnu
151151
arm-unknown-linux-gnueabihf
152152
aarch64-linux-android
153+
wasm32-wasi
153154
- run: cargo check --workspace --all-targets --all-features --release -vv
154155
- run: cargo check --workspace --all-targets --all-features --release -vv --target=x86_64-unknown-linux-musl
155156
- run: cargo check --workspace --all-targets --all-features --release -vv --target=x86_64-unknown-linux-gnux32
@@ -163,6 +164,7 @@ jobs:
163164
- run: cargo check --workspace --all-targets --all-features --release -vv --target=riscv64gc-unknown-linux-gnu
164165
- run: cargo check --workspace --all-targets --all-features --release -vv --target=arm-unknown-linux-gnueabihf
165166
- 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
166168

167169
check_cross_nightly_windows:
168170
name: Check Cross-Compilation on Rust nightly on Windows

0 commit comments

Comments
 (0)