We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 749b4dc commit 7401d0bCopy full SHA for 7401d0b
1 file changed
.github/workflows/ci.yml
@@ -43,8 +43,8 @@ env:
43
build-jdk: 17
44
java-distribution: temurin
45
retention-days: 5
46
- debug: false # put to true if need to debug a specific test
47
- debugTestName: "GeneRandomizedTest" # replace with test to debug
+ debug: true # put to true if need to debug a specific test
+ debugTestName: "SamplerVerifierTest" # replace with test to debug
48
49
# This build is quite expensive (some hours), so we run it whole only on some JVM versions and OSs.
50
# For the moment, we need to support JVM 8 and all following LTS versions (e.g, 11 and 17).
0 commit comments