File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -254,14 +254,16 @@ jobs:
254254 tool : cargo-nextest,wasmtime-cli
255255
256256 - name : cargo nextest
257- run : cargo nextest run --workspace --locked --all-features --no-fail-fast --target wasm32-wasip1 \
258- --config 'target.wasm32-wasip1.rustflags = "-Ctarget-feature=+simd128"' \
259- --config 'target.wasm32-wasip1.runner = "wasmtime"'
257+ run : |
258+ cargo nextest run --workspace --locked --all-features --no-fail-fast --target wasm32-wasip1 \
259+ --config 'target.wasm32-wasip1.rustflags = "-Ctarget-feature=+simd128"' \
260+ --config 'target.wasm32-wasip1.runner = "wasmtime"'
260261
261262 - name : cargo test --doc
262- run : cargo test --doc --workspace --locked --all-features --no-fail-fast --target wasm32-wasip1 \
263- --config 'target.wasm32-wasip1.rustflags = "-Ctarget-feature=+simd128"' \
264- --config 'target.wasm32-wasip1.runner = "wasmtime"'
263+ run : |
264+ cargo test --doc --workspace --locked --all-features --no-fail-fast --target wasm32-wasip1 \
265+ --config 'target.wasm32-wasip1.rustflags = "-Ctarget-feature=+simd128"' \
266+ --config 'target.wasm32-wasip1.runner = "wasmtime"'
265267
266268
267269 check-msrv :
You can’t perform that action at this time.
0 commit comments