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: matrix:
scripts: scripts:
- name: test - name: test
script: test script: test --parallel
- name: lint - name: lint
script: lint script: lint
- name: typecheck - name: typecheck