Skip to content

Commit 6ec30b8

Browse files
committed
almost got me there, YAML
1 parent 6974cc3 commit 6ec30b8

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)