Skip to content

Commit

Permalink
ci: make sure test workflow is working (#1)
Browse files Browse the repository at this point in the history
* ci: test

* ci: add rust target
  • Loading branch information
zshipko authored Aug 28, 2024
1 parent ac67851 commit 2ab4ffe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
toolchain: stable
target: wasm32-wasi

- name: Check Rust Version
run: rustc --version
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 2ab4ffe

Please sign in to comment.