Skip to content

Commit 58b610c

Browse files
committed
Update test.yml
1 parent 53f7cc4 commit 58b610c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,9 @@ jobs:
1717
- name: Install cargo-component
1818
shell: bash
1919
run: cargo binstall cargo-component
20-
- name: Install Wasmtime
21-
shell: bash
22-
run: |
23-
curl https://wasmtime.dev/install.sh -sSf | bash
24-
export PATH="$HOME/.wasmtime/bin:$PATH"
2520
- name: Run cargo check
2621
shell: bash
2722
run: cargo component check
28-
- name: Run cargo test
29-
shell: bash
30-
run: cargo component test
3123

3224
check_style:
3325
name: It follows all style conventions

0 commit comments

Comments
 (0)