From e823021670c3ccaccf84af69833a203fd60e62f2 Mon Sep 17 00:00:00 2001 From: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com> Date: Mon, 3 Oct 2022 19:24:16 +0000 Subject: [PATCH] fix: remove parallel until deno fixes their shitty logs --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0bb2d6658..8284bbff9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -35,7 +35,7 @@ jobs: run: deno check template/beginner/mod.ts template/minimal/mod.ts - name: Run test script for maintainers # if: ${{ github.actor == 'Skillz4Killz' || github.actor == 'itohatweb' }} - run: deno test --coverage=coverage -A tests/ --parallel + run: deno test --coverage=coverage -A tests/ - name: Create coverage report if: github.ref == 'refs/heads/main' run: deno coverage --exclude=tests ./coverage --lcov > coverage.lcov