Skip to content

Commit

Permalink
Merge branch 'feat/generic-relayer' of https://github.com/zkemail/ema…
Browse files Browse the repository at this point in the history
…il-tx-builder into feat/generic-relayer-new-api-1130
  • Loading branch information
SoraSuegami committed Dec 2, 2024
2 parents eca4ffc + c4652fc commit 5d687cd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,6 @@ 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
1 change: 0 additions & 1 deletion packages/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"scripts": {
"build": "forge build --skip '*ZKSync*'",
"test": "forge test --force --no-match-test \"testIntegration\" --no-match-contract \".*Script.*\" --skip '*ZKSync*'",
"test:script": "forge test --force --no-match-test \"testIntegration\" --skip '*ZKSync*' --match-path test/script/**/*.sol --threads 1",
"zkbuild": "forge build --skip test --zksync",
"zktest": "forge test --no-match-test \"testIntegration\" --no-match-contract \".*Script.*\" --system-mode=true --zksync --gas-limit 2000000000 --chain 300 --fork-url http://127.0.0.1:8011",
"lint": "solhint 'src/**/*.sol'"
Expand Down

0 comments on commit 5d687cd

Please sign in to comment.