diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a204fdf..4ebaf7d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: build: name: Build wasm-tools runs-on: ${{ matrix.os }} - if: github.event_name != 'push' || startsWith(github.ref, 'refs/tags/') + if: github.event_name != 'push' #|| startsWith(github.ref, 'refs/tags/') strategy: matrix: include: diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 385a9ad..6b48026 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,6 +28,7 @@ jobs: - name: Install Rust (rustup) run: rustup update stable --no-self-update && rustup default stable shell: bash + - run: rustup target add wasm32-wasi - run: cargo test --locked rustfmt: