diff --git a/.github/workflows/octocov.yml b/.github/workflows/octocov.yml index 43de18f..7f4b55b 100644 --- a/.github/workflows/octocov.yml +++ b/.github/workflows/octocov.yml @@ -26,14 +26,15 @@ jobs: - name: Install dependencies run: bun install --frozen-lockfile - - name: Lint - run: bun run lint + - parallel: + - name: Lint + run: bun run lint - - name: Test - run: bun run test + - name: Test + run: bun run test - - name: Build - run: bun run build + - name: Build + run: bun run build # See also: https://github.com/k1LoW/octocov-action - name: Report coverage with octocov