We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 026ccdd commit 60b4440Copy full SHA for 60b4440
1 file changed
.github/workflows/main.yml
@@ -124,9 +124,9 @@ jobs:
124
- name: Install Wasmtime
125
uses: bytecodealliance/actions/wasmtime/setup@v1
126
127
- # `scene` requires `bevy_asset`, which pulls in `wasm-bindgen` that can't be used with Wasmtime.
+ # Doc tests and `scene` feature require `bevy_asset`, which pulls in `wasm-bindgen` that can't be used with Wasmtime.
128
- name: Test
129
- run: cargo test --target wasm32-wasip1 --no-default-features --features=client,server
+ run: cargo test --lib --tests --target wasm32-wasip1 --no-default-features --features=client,server
130
env:
131
CARGO_TARGET_WASM32_WASIP1_RUNNER: wasmtime
132
0 commit comments