Skip to content

Commit 8e00265

Browse files
committed
update release ci to run all tests
1 parent fc6aadd commit 8e00265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
go-version: '1.22'
2929
- name: Test
3030
if: ${{ matrix.goos != 'windows' }}
31-
run: go test
31+
run: go test ./... -v
3232
env:
3333
GOOS: ${{ matrix.goos }}
3434
- name: Build ${{ matrix.goos }} amd64

0 commit comments

Comments
 (0)