Skip to content

Commit

Permalink
chore: run tests in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Haynes committed Apr 25, 2023
1 parent ae61116 commit 3768bad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"outputs": ["dist/**", "lib/**"]
},
"test": {
/* TODO remove once near-api-js tests are removed or packages/accounts/tests gets its own set of keys */
"dependsOn": ["^test"],
"dependsOn": [],
"inputs": ["src/**/*.ts", "test/**/*.js"]
},
"lint": {
Expand Down

0 comments on commit 3768bad

Please sign in to comment.