Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

chore: add ci for acvmjs rust test #516

Merged
merged 21 commits into from
Sep 4, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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