Skip to content

Commit 63461dd

Browse files
committed
CI: redundant go test on Windows
Signed-off-by: Oleksandr Redko <[email protected]>
1 parent 170824e commit 63461dd

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)