diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 680571ff..dac5fedf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -67,7 +67,7 @@ jobs: run: go test $TEST_FLAGS ./... env: TEST_FLAGS: >- - -verbose=${{ runner.debug && '1' || '0' }} + -v=${{ runner.debug && '1' || '0' }} integration-test: name: Integration Test @@ -86,7 +86,7 @@ jobs: go tool cover -func /tmp/coverage.out env: TEST_FLAGS: >- - -verbose=${{ runner.debug && '1' || '0' }} + -v=${{ runner.debug && '1' || '0' }} -short=${{ (github.event-name == 'workflow_dispatch' || github.event.inputs.short-integration-tests) && '1' || '0' }} CHANNEL_ID: ${{ secrets.CHANNEL_ID }} GUILD_ID: ${{ secrets.GUILD_ID }}