Skip to content

Commit

Permalink
run tests in parallel for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
peersky committed Sep 1, 2023
1 parent 11c53bb commit 45b74d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
- uses: './.github/setup'

- name: Running tests
run: yarn test
run: yarn test:parallel
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"lint": "eslint ./ --ext js,jsx,ts,tsx && yarn run lint:sol",
"upgrade:game:mumbai": "source .secrets/hh_mumbai.env && yarn hardhat --network mumbai deploy --tags upgrade_game",
"test": "export NODE_ENV=TEST && yarn hardhat test",
"test:parallel": "export NODE_ENV=TEST && yarn hardhat test --parallel",
"build": "yarn hardhat compile",
"lint:sol": "prettier --loglevel warn --ignore-path .gitignore '{src,test}/**/*.sol' --check && solhint '{contracts,test}/**/*.sol'",
"lint:sol:fix": "prettier --loglevel warn --ignore-path .gitignore '{src,test}/**/*.sol' --write"
Expand Down

0 comments on commit 45b74d4

Please sign in to comment.