mirror of
https://github.com/syncthing/syncthing.git
synced 2026-06-27 01:46:01 -04:00
build: Tests should run with Go 1.20 on Windows (#8924)
Tests should run with Go 1.20 on Windows
This commit is contained in:
4
.github/workflows/build-syncthing.yaml
vendored
4
.github/workflows/build-syncthing.yaml
vendored
@@ -67,10 +67,6 @@ jobs:
|
||||
go run build.go
|
||||
|
||||
- name: Test
|
||||
# Our Windows tests currently don't work on Go 1.20
|
||||
# https://github.com/syncthing/syncthing/issues/8779
|
||||
# https://github.com/syncthing/syncthing/issues/8778
|
||||
if: "!(matrix.go == '1.20' && matrix.runner == 'windows-latest')"
|
||||
run: |
|
||||
go run build.go test
|
||||
|
||||
|
||||
Reference in New Issue
Block a user