We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b90cd0 commit 0948272Copy full SHA for 0948272
1 file changed
.github/workflows/check-pr.yml
@@ -42,7 +42,7 @@ jobs:
42
which solc || echo "Solc not found in PATH"
43
- uses: sbt/setup-sbt@v1
44
- name: Run tests
45
- run: sbt -Dcc.it.max-parallel-suites=2 -Dlogback.test.level=OFF --batch "scalafmtCheck;test;docker;consensus-client-it/test"
+ run: sbt -Dlogback.test.level=DEBUG --batch "scalafmtCheck;test;docker;consensus-client-it/test"
46
env:
47
RUN_ID: ${{ github.head_ref }}-${{ github.run_number }}-${{ github.run_attempt }}
48
- uses: scacap/action-surefire-report@5609ce4db72c09db044803b344a8968fd1f315da
0 commit comments