run test scripts in parallel

This commit is contained in:
MapleLeaf
2022-01-10 22:41:14 -06:00
parent a1424f4607
commit ba155226f1

View File

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