From 105bba7277a3159d337c6a2a0fac2a08d882c14b Mon Sep 17 00:00:00 2001 From: blissful Date: Wed, 25 Oct 2023 00:28:44 -0400 Subject: [PATCH] run tests sequentially in CI --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a6e140a..712cbe8 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -19,7 +19,7 @@ jobs: run: nix develop --command make typecheck - name: Test if: success() || failure() - run: nix develop --command make test + run: nix develop --command make test-seq - name: Lint if: success() || failure() run: nix develop --command make lintcheck