Skip to content

Commit

Permalink
test(store): don't parallelize files
Browse files Browse the repository at this point in the history
  • Loading branch information
holic committed Oct 16, 2024
1 parent 41a6e2f commit 9ffe41d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"dev": "tsup --watch",
"gas-report": "gas-report --save gas-report.json",
"lint": "solhint --config ./.solhint.json 'src/**/*.sol'",
"test": "vitest --run --passWithNoTests && forge test",
"test": "vitest --run --passWithNoTests --no-file-parallelism && forge test",
"test:ci": "pnpm run test"
},
"dependencies": {
Expand Down

0 comments on commit 9ffe41d

Please sign in to comment.