Skip to content

Commit 1951eda

Browse files
committed
Collect coverage only on Linux
1 parent d349b10 commit 1951eda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
run: nm -m target/classes/darwin/${{ matrix.target_arch }}/libzstd-jni-${nativeJniVersion}.dylib
8686

8787
- name: Test
88-
run: ./sbt jacoco
88+
run: ./sbt test
8989

9090
- name: Upload coverage
9191
uses: codecov/codecov-action@v4
@@ -134,7 +134,7 @@ jobs:
134134
run: ./sbt compile
135135

136136
- name: Test
137-
run: ./sbt jacoco
137+
run: ./sbt test
138138

139139
- name: Upload coverage
140140
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)