Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/zkemail/email-tx-builder in…
Browse files Browse the repository at this point in the history
…to feat/fix-dkim-generic-relayer
  • Loading branch information
SoraSuegami committed Nov 13, 2024
2 parents c98501b + 984b591 commit ff5eecd
Show file tree
Hide file tree
Showing 167 changed files with 16,520 additions and 5,657 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
override: true
components: rustfmt, clippy

- name: Download circom v2.1.8 (Linux)
run: wget https://github.com/iden3/circom/releases/download/v2.1.8/circom-linux-amd64 -O /usr/local/bin/circom && chmod +x /usr/local/bin/circom
- name: Download circom v2.1.9 (Linux)
run: wget https://github.com/iden3/circom/releases/download/v2.1.9/circom-linux-amd64 -O /usr/local/bin/circom && chmod +x /usr/local/bin/circom

- name: Print circom version
run: circom --version

Expand Down Expand Up @@ -63,6 +63,10 @@ jobs:
working-directory: packages/contracts
run: yarn test

- name: Run script tests
working-directory: packages/contracts
run: yarn test:script

relayer:
name: relayer
runs-on: ubuntu-latest
Expand Down
Loading

0 comments on commit ff5eecd

Please sign in to comment.