File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -1009,7 +1009,7 @@ jobs:
1009
1009
- name : Install cargo-hack, wasmtime, and cargo-wasi
1010
1010
uses : taiki-e/install-action@v2
1011
1011
with :
1012
- tool : cargo-hack,wasmtime,cargo-wasi
1012
+ tool : cargo-hack,wasmtime
1013
1013
1014
1014
- uses : Swatinem/rust-cache@v2
1015
1015
- name : WASI test tokio full
@@ -1035,9 +1035,12 @@ jobs:
1035
1035
1036
1036
- name : test tests-integration --features wasi-rt
1037
1037
# TODO: this should become: `cargo hack wasi test --each-feature`
1038
- run : cargo wasi test --test rt_yield --features wasi-rt
1038
+ run : cargo test --target ${{ matrix.target }} --test rt_yield --features wasi-rt
1039
1039
if : matrix.target == 'wasm32-wasip1'
1040
1040
working-directory : tests-integration
1041
+ env :
1042
+ CARGO_TARGET_WASM32_WASIP1_RUNNER : " wasmtime run --"
1043
+ RUSTFLAGS : -Dwarnings -C target-feature=+atomics,+bulk-memory -C link-args=--max-memory=67108864
1041
1044
1042
1045
- name : test tests-integration --features wasi-threads-rt
1043
1046
run : cargo test --target ${{ matrix.target }} --features wasi-threads-rt
You can’t perform that action at this time.
0 commit comments