diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 86a8e27..6a5d7dd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -39,3 +39,5 @@ jobs: - name: Run test run: bundle exec rake compile test timeout-minutes: 5 + environment: + TESTOPTS: "--verbose"