We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 921aafb commit 7dd72f5Copy full SHA for 7dd72f5
.github/workflows/ci.yml
@@ -25,10 +25,10 @@ jobs:
25
run: cargo build
26
27
- name: Install test dependencies
28
- run: curl https://wasmtime.dev/install.sh -sSf | bash
+ run: cargo install --locked wasmtime-cli --root tools
29
30
- name: Codegen Tests
31
- run: cargo run test --languages kotlin --artifacts target/artifacts tests/codegen
+ run: cargo run test --runner tools/bin/wasmtime --languages kotlin --artifacts target/artifacts tests/codegen
32
33
34
notify-downstream:
0 commit comments