Skip to content

Commit

Permalink
chore: add ci for acvmjs rust test (noir-lang#516)
Browse files Browse the repository at this point in the history
Co-authored-by: Tom French <[email protected]>
  • Loading branch information
jonybur and TomAFrench authored Sep 4, 2023
1 parent 5ad18bf commit 675753c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,22 @@ jobs:
- name: Run browser tests
working-directory: ./acvm_js
run: yarn test:browser

test-acvm_js-rust:
name: Rust Tests
runs-on: ubuntu-latest

steps:
- name: Checkout sources
uses: actions/checkout@v3

- name: Setup toolchain
uses: dtolnay/[email protected]
with:
targets: wasm32-unknown-unknown

- name: Install wasm-bindgen-cli
run: cargo install wasm-bindgen-cli --vers "0.2.87" --locked

- name: Run rust tests
run: cargo test

0 comments on commit 675753c

Please sign in to comment.