Skip to content

Commit

Permalink
Adding tests for C12 and C18 on github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerTaule committed Oct 12, 2023
1 parent f8922c4 commit 255c5d8
Show file tree
Hide file tree
Showing 5 changed files with 128 additions and 35 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,15 @@ jobs:
check-latest: true
cache: "npm"

- name: "Install circom"
run: |
curl https://sh.rustup.rs -sSf -o rust.sh
bash -f rust.sh -y
git clone https://github.com/iden3/circom.git
cd circom
cargo build --release
cargo install --path circom
- name: Install dependencies
run: npm ci

Expand All @@ -122,6 +131,15 @@ jobs:
check-latest: true
cache: "npm"

- name: "Install circom"
run: |
curl https://sh.rustup.rs -sSf -o rust.sh
bash -f rust.sh -y
git clone https://github.com/iden3/circom.git
cd circom
cargo build --release
cargo install --path circom
- name: Install dependencies
run: npm ci

Expand Down
46 changes: 25 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 255c5d8

Please sign in to comment.