From ba155226f1d8a0a881716a59ee03335e1e0068d1 Mon Sep 17 00:00:00 2001 From: MapleLeaf <19603573+itsMapleLeaf@users.noreply.github.com> Date: Mon, 10 Jan 2022 22:41:14 -0600 Subject: [PATCH] run test scripts in parallel --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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