diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6fdaf12..c1854f2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ jobs: matrix: scripts: - name: test - script: test + script: test --parallel - name: lint script: lint - name: typecheck