Now it's exhausting
This commit is contained in:
parent
701374f3fe
commit
08ffc153e1
1 changed files with 2 additions and 0 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
|
@ -50,6 +50,8 @@ jobs:
|
||||||
components: clippy
|
components: clippy
|
||||||
- name: Add WASM target
|
- name: Add WASM target
|
||||||
run: rustup target add wasm32-wasi
|
run: rustup target add wasm32-wasi
|
||||||
|
- name: Build
|
||||||
|
run: ./build-all.sh --verbose
|
||||||
- uses: actions-rs/cargo@v1
|
- uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: clippy
|
command: clippy
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue