diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 905a8f74..29aa721a 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -50,6 +50,8 @@ jobs: components: clippy - name: Add WASM target run: rustup target add wasm32-wasi + - name: Build + run: ./build-all.sh --verbose - uses: actions-rs/cargo@v1 with: command: clippy