Skip to content

Commit 0482c2e

Browse files
authored
Merge pull request #3822 from alexandear/ci/redundant-go-test
CI: redundant `go test` on Windows
2 parents ef35c06 + 63461dd commit 0482c2e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,6 @@ jobs:
224224
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
225225
with:
226226
go-version: 1.24.x
227-
- name: Unit tests
228-
run: go test -v ./...
229227
- name: Make
230228
run: make
231229
- name: Install QEMU

0 commit comments

Comments
 (0)