1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 15:39:43 +00:00

speed up tests

This commit is contained in:
deadc0de6
2023-11-29 23:02:00 +01:00
parent 7bbb8ea5f0
commit 9013551006
3 changed files with 23 additions and 19 deletions

View File

@@ -26,13 +26,6 @@ jobs:
- name: Run with 1 worker
run: |
./tests.sh
env:
DOTDROP_WORKERS: 1
- name: Run with 4 workers
run: |
./tests.sh
env:
DOTDROP_WORKERS: 4
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
with: