fix: remove parallel until deno fixes their shitty logs

This commit is contained in:
Skillz4Killz
2022-10-03 19:24:16 +00:00
committed by GitHub
parent 1fedbe61c2
commit e823021670
+1 -1
View File
@@ -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