Skip to content

Commit 0d7a4e0

Browse files
committed
fix tests
1 parent 1af5b8f commit 0d7a4e0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.cargo/config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build]
22
target = "wasm32-wasip1"
33

4-
[target.wasm32-wasi]
5-
runner = "viceroy run -C fastly.toml -- "
4+
[target.wasm32-wasip1]
5+
runner = "viceroy run -C fastly.toml -- "

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
.PHONY: test
44
test:
5-
CARGO_TARGET_WASM32_WASIP1_RUNNER="viceroy run -C fastly.toml --" cargo nextest run -r --target wasm32-wasip1
5+
cargo nextest run -r --target wasm32-wasip1

0 commit comments

Comments
 (0)