We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96da0fa commit 8f7861cCopy full SHA for 8f7861c
.github/workflows/ci.yml
@@ -971,7 +971,7 @@ jobs:
971
972
- name: test tests-integration --features wasi-rt
973
# TODO: this should become: `cargo hack wasi test --each-feature`
974
- run: cargo wasi test --test rt_yield --features wasi-rt
+ run: cargo test --target ${{ matrix.target }} --test rt_yield --features wasi-rt
975
if: matrix.target == 'wasm32-wasip1'
976
working-directory: tests-integration
977
0 commit comments