Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
ignasirv committed Oct 13, 2023
1 parent c17c166 commit 938e9f4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,14 @@ jobs:
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- name: setup zkevm-rom
run: |
npm i
npm install -g npm
node -v
npm cache clean --force
rm -rf node_modules && package-lock.json
npm i --legacy-peers
npm run build
npm run test:build:gasLimit:v1
npm run test:build:gasLimit:v2
Expand All @@ -35,6 +39,6 @@ jobs:
npm run test:gen
- name: Run tests
run: |
export NUM_CPUS=31
export NUM_CPUS=4
npm run test:start
sh tools/checker.sh
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ Example:
npm run build -- -i ${path} -o ${path} -s ${steps}
```

as

0 comments on commit 938e9f4

Please sign in to comment.