Skip to content

Commit

Permalink
test: run tests in parallel in local and in sequential in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mhchia authored Jun 30, 2023
1 parent 7079cf4 commit 7af5a12
Show file tree
Hide file tree
Showing 5 changed files with 779 additions and 747 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ jobs:
key: ${{ runner.os }}-${{ matrix.node-version }}-zkeyFiles-${{ hashFiles('./scripts/build-zkeys.sh') }}
- name: Build circuit params
run: ./scripts/build-zkeys.sh
- run: npm run test:debug
- run: npm run test:ci
1 change: 0 additions & 1 deletion jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ const config: Config.InitialOptions = {
"^.+\\.tsx?$": ["ts-jest", { tsconfig: "tsconfig.test.json" }]
},
"silent": true,
"detectOpenHandles": true,
"testTimeout": 100000,
"collectCoverage": true,
"forceExit": true,
Expand Down
Loading

0 comments on commit 7af5a12

Please sign in to comment.