diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 73b85d5..d7ab9db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,7 @@ jobs: - name: Run tests run: | - tox -e py + make test # tox -e py -- --discord-verbose=0 # reduce verbosity level of summary that send to discord coverage: