Skip to content

Commit

Permalink
Add verbose option for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Watson1978 committed Dec 23, 2023
1 parent d95aeda commit 8981b5d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
test-linux-cassandra4:
runs-on: ubuntu-latest
timeout-minutes: 10
environment:
TESTOPTS: --verbose

strategy:
matrix:
Expand All @@ -37,6 +39,8 @@ jobs:
test-linux-cassandra3:
runs-on: ubuntu-latest
timeout-minutes: 10
environment:
TESTOPTS: --verbose

strategy:
matrix:
Expand All @@ -61,6 +65,8 @@ jobs:
test-macos:
runs-on: macos-latest
timeout-minutes: 10
environment:
TESTOPTS: --verbose

strategy:
matrix:
Expand Down

0 comments on commit 8981b5d

Please sign in to comment.