Skip to content

Commit d31bbe1

Browse files
committed
build: split integration test and run in parallel
1 parent 73b9ace commit d31bbe1

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
uses: EnricoMi/publish-unit-test-result-action@v2
6262
if: always()
6363
with:
64+
check_name: Unit Tests
6465
files: |
6566
**/build/test-results/*/TEST-*.xml
6667

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ subprojects {
2525
version = projectVersion
2626
}
2727

28-
tasks.build {
28+
tasks.check {
2929
dependsOn(":koverHtmlReport")
3030
dependsOn(":koverXmlReport")
3131
}

0 commit comments

Comments
 (0)