don't test in parallel???

This commit is contained in:
MapleLeaf
2022-01-10 23:16:50 -06:00
parent a6b706a3de
commit 2b3b8953d0

View File

@@ -16,7 +16,7 @@ jobs:
matrix:
scripts:
- name: test
script: test --parallel
script: test
- name: lint
script: lint
- name: typecheck