File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - uses : actions/checkout@v4
13- - name : rustup
13+ - name : Add wasm32-wasip2 target
1414 run : rustup target add wasm32-wasip2
1515 - name : Install cargo-binstall
1616 uses : cargo-bins/cargo-binstall@v1.10.15
@@ -21,11 +21,11 @@ jobs:
2121 shell : bash
2222 run : |
2323 curl https://wasmtime.dev/install.sh -sSf | bash
24- source ~/.bashrc
25- - name : check
24+ export PATH="$HOME/.wasmtime/bin:$PATH"
25+ - name : Run cargo check
2626 shell : bash
2727 run : cargo component check
28- - name : test
28+ - name : Run cargo test
2929 shell : bash
3030 run : cargo component test
3131
3434 runs-on : ubuntu-latest
3535 steps :
3636 - uses : actions/checkout@v4
37- - name : rustup
37+ - name : Install wasm32-wasip2 target
3838 run : rustup target add wasm32-wasip2
39- - name : clippy
39+ - name : Run cargo clippy
4040 run : cargo clippy -- -Dwarnings
41- - name : fmt
41+ - name : Run cargo fmt
4242 run : cargo fmt --all -- --check
You can’t perform that action at this time.
0 commit comments