Skip to content

Commit

Permalink
disable parallel tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenjoezhang committed May 6, 2021
1 parent 379807e commit 9f511b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install Dependencies
run: npm install
- name: Test
run: npm run test
run: npm test -- --no-parallel
env:
CI: true
coverage:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"scripts": {
"eslint": "eslint .",
"test": "mocha test/index.js",
"test-cov": "nyc --reporter=lcovonly npm run test -- --no-parallel",
"test-cov": "nyc --reporter=lcovonly npm test -- --no-parallel",
"lint-staged": "lint-staged"
},
"directories": {
Expand Down

0 comments on commit 9f511b2

Please sign in to comment.