Skip to content

Commit faf2505

Browse files
remove Windows CI tests (#1612)
1 parent 53da017 commit faf2505

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,16 +50,12 @@ jobs:
5050
strategy:
5151
fail-fast: false
5252
matrix:
53-
os: [macos-latest, ubuntu-22.04, ubuntu-latest, windows-latest]
53+
os: [macos-latest, ubuntu-22.04, ubuntu-latest]
5454
steps:
5555
- uses: actions/checkout@v4
5656
- uses: actions/setup-go@v5
5757
with:
5858
go-version-file: "go.mod"
59-
- name: Set timeout on Windows # Windows UT run slower and need a longer timeout
60-
shell: bash
61-
if: matrix.os == 'windows-latest'
62-
run: echo "TIMEOUT=1200s" >> "$GITHUB_ENV"
6359
- run: go mod download
6460
shell: bash
6561
- name: fjl/gencodec generated files are up to date

0 commit comments

Comments
 (0)