Skip to content

Commit 0dc9170

Browse files
ci: windowS
1 parent fb6901f commit 0dc9170

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/test.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
- name: Run tests (Windows)
5353
if: matrix.os == 'windows-latest'
54-
run: mise run test
54+
run: gotestsum --format testname -- -race ./...
5555

5656
- name: Calculate coverage
5757
if: matrix.os == 'ubuntu-latest'
@@ -189,5 +189,10 @@ jobs:
189189
coverage.out
190190
coverage.html
191191
192-
- name: Build (${{ matrix.os }})
192+
- name: Build (Ubuntu)
193+
if: matrix.os == 'ubuntu-latest'
193194
run: mise run build
195+
196+
- name: Build (Windows)
197+
if: matrix.os == 'windows-latest'
198+
run: go build -v ./...

0 commit comments

Comments
 (0)