diff --git a/.github/workflows/the.yml b/.github/workflows/the.yml index d36ffe8..7d04844 100644 --- a/.github/workflows/the.yml +++ b/.github/workflows/the.yml @@ -16,7 +16,7 @@ jobs: ci: strategy: matrix: - script-name: [test, lint, typecheck] + script-name: [coverage, lint, typecheck] fail-fast: false name: ${{ matrix.script-name }} runs-on: ubuntu-latest