Skip to content

Commit 19be05d

Browse files
committed
still debugging
1 parent aae5e18 commit 19be05d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
- name: Build
2525
run: cargo build
2626

27+
- name: Install test dependencies
28+
run: cargo install --locked wasmtime
29+
2730
- name: Codegen Tests
2831
run: cargo run test --languages kotlin --artifacts target/artifacts tests/codegen
2932

0 commit comments

Comments
 (0)