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:
|
matrix:
|
||||||
scripts:
|
scripts:
|
||||||
- name: test
|
- name: test
|
||||||
script: test --parallel
|
script: test
|
||||||
- name: lint
|
- name: lint
|
||||||
script: lint
|
script: lint
|
||||||
- name: typecheck
|
- name: typecheck
|
||||||
|
|||||||
Reference in New Issue
Block a user