Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add github action to run the test + Test fixes #4

Merged
merged 34 commits into from
Mar 11, 2024
Merged
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
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
Prev Previous commit
Next Next commit
Clone circom
  • Loading branch information
joYyHack committed Mar 6, 2024
commit c62daf0b35cf74622649f407e56c9bff1b5c6b8f
10 changes: 5 additions & 5 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ runs:
uses: actions-rs/toolchain@v1
with:
toolchain: stable
# - name: Clone circom
# uses: actions/checkout@v4
# with:
# repository: iden3/circom
# path: circom
- name: Clone circom
uses: actions/checkout@v4
with:
repository: iden3/circom
path: ./circom
# - name: Install circom
# uses: actions/checkout@v4
# with:
Expand Down
Loading