Skip to content

Commit 3aa39c9

Browse files
committed
and again
1 parent 8f7861c commit 3aa39c9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -974,6 +974,9 @@ jobs:
974974
run: cargo test --target ${{ matrix.target }} --test rt_yield --features wasi-rt
975975
if: matrix.target == 'wasm32-wasip1'
976976
working-directory: tests-integration
977+
env:
978+
CARGO_TARGET_WASM32_WASIP1_RUNNER: "wasmtime run --"
979+
RUSTFLAGS: -Dwarnings -C target-feature=+atomics,+bulk-memory -C link-args=--max-memory=67108864
977980

978981
- name: test tests-integration --features wasi-threads-rt
979982
run: cargo test --target ${{ matrix.target }} --features wasi-threads-rt

0 commit comments

Comments
 (0)