We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5790dda commit 37db828Copy full SHA for 37db828
.github/workflows/test.yml
@@ -38,4 +38,4 @@ jobs:
38
# Run Maven tests
39
- name: Run Maven Tests
40
# This command will execute your project's tests.
41
- run: mvn test -f pom.xml
+ run: mvn test -Dmaxproblems=100 -f pom.xml
0 commit comments