Skip to content

Commit 8f7861c

Browse files
committed
and again
1 parent 96da0fa commit 8f7861c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -971,7 +971,7 @@ jobs:
971971

972972
- name: test tests-integration --features wasi-rt
973973
# TODO: this should become: `cargo hack wasi test --each-feature`
974-
run: cargo wasi test --test rt_yield --features wasi-rt
974+
run: cargo test --target ${{ matrix.target }} --test rt_yield --features wasi-rt
975975
if: matrix.target == 'wasm32-wasip1'
976976
working-directory: tests-integration
977977

0 commit comments

Comments
 (0)