diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 619dd31..f961754 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,6 +37,7 @@ jobs: uses: actions-rs/toolchain@v1 with: toolchain: stable + target: wasm32-wasi - name: Check Rust Version run: rustc --version diff --git a/README.md b/README.md index e9f80a5..14aa746 100644 --- a/README.md +++ b/README.md @@ -64,4 +64,3 @@ sh bindgen-test.sh run You should see passing test output or particular test cases that fail for you to fix. -