don't test in parallel???
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
||||
matrix:
|
||||
scripts:
|
||||
- name: test
|
||||
script: test --parallel
|
||||
script: test
|
||||
- name: lint
|
||||
script: lint
|
||||
- name: typecheck
|
||||
|
||||
Reference in New Issue
Block a user