We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53f7cc4 commit 58b610cCopy full SHA for 58b610c
.github/workflows/test.yml
@@ -17,17 +17,9 @@ jobs:
17
- name: Install cargo-component
18
shell: bash
19
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"
25
- name: Run cargo check
26
27
run: cargo component check
28
- - name: Run cargo test
29
30
- run: cargo component test
31
32
check_style:
33
name: It follows all style conventions
0 commit comments