diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index e276bf2..c2e83be 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -27,15 +27,11 @@ jobs: run: | ./tests.sh env: - DOTDROP_FORCE_NODEBUG: yes - DOTDROP_NOBANNER: yes DOTDROP_WORKERS: 1 - name: Run with 4 workers run: | ./tests.sh env: - DOTDROP_FORCE_NODEBUG: yes - DOTDROP_NOBANNER: yes DOTDROP_WORKERS: 4 - name: Coveralls run: |