Skip to content

Commit

Permalink
Add circuit unit tests for production emails and update relayer-utils…
Browse files Browse the repository at this point in the history
… in the circuit tests
  • Loading branch information
SoraSuegami authored and zkfriendly committed Dec 15, 2024
1 parent 3e70470 commit 2aeff4f
Show file tree
Hide file tree
Showing 18 changed files with 2,487 additions and 1,073 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ jobs:
- name: Install yarn
run: npm install -g yarn

- name: Install bun
uses: oven-sh/setup-bun@v1
with:
bun-version: latest

- name: Install dependencies
run: yarn install --frozen-lockfile

Expand Down
Loading

0 comments on commit 2aeff4f

Please sign in to comment.