From fc2261c860edc918bf2987048f1b5cd85a6c945e Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Sun, 5 Feb 2023 21:49:32 +0100 Subject: [PATCH] enable debug logs --- .github/workflows/testing.yml | 4 ---- 1 file changed, 4 deletions(-) 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: |