diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/test.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index ebf0487..0a75fb2 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -20,6 +20,7 @@ jobs: uses: actions-rust-lang/setup-rust-toolchain@v1 with: toolchain: stable + rustflags: "" target: wasm32-unknown-unknown - name: Install Binaryen and WABT run: sudo apt-get install -y binaryen wabt |
