Skip to content

Commit

Permalink
test: try to run in parallell now that we await promise asserts
Browse files Browse the repository at this point in the history
  • Loading branch information
wkillerud committed Nov 15, 2024
1 parent 92436a9 commit 153ed4d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
test:
strategy:
fail-fast: false
max-parallel: 1
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
node-version: [18, 20]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"scripts": {
"clean": "rimraf .tap node_modules types",
"test": "tap --disable-coverage --allow-empty-coverage --jobs=1",
"test": "tap --disable-coverage --allow-empty-coverage",
"test:snapshots": "tap test/**/*.js --snapshot",
"lint:fix": "eslint --fix .",
"lint": "eslint .",
Expand Down

0 comments on commit 153ed4d

Please sign in to comment.