Skip to content

Commit

Permalink
remove max-workers
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock committed Nov 22, 2022
1 parent ee50a73 commit 74acc2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Linting
run: yarn run lint
- name: Unit Tests
run: yarn run test --maxWorkers=2
run: yarn run test

react-e2e:
name: React end-to-end tests
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"baseUrl": "./",
"types": ["node", "vitest", "vitest/globals"],
"types": ["node", "vitest/globals"],
"paths": {
"urql": ["packages/react-urql/src"],
"*-urql": ["packages/*-urql/src"],
Expand Down

0 comments on commit 74acc2b

Please sign in to comment.