Skip to content

Commit

Permalink
Get more information about failures
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCreosote committed Mar 19, 2024
1 parent 7d75af3 commit ef0c31a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
- name: Run tests
shell: bash
run: |
./gradlew ${{matrix.gradle_test}}
./gradlew ${{matrix.gradle_test}} --info
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
Expand Down
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ task testQuick(type: Test) {
testClassesDirs = testing.suites.test.sources.output.classesDirs
classpath = testing.suites.test.sources.runtimeClasspath

useJUnit() // required for jacoco to work

filter {
excludeTestsMatching "*LongTest"
}
Expand Down

0 comments on commit ef0c31a

Please sign in to comment.