We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53da017 commit faf2505Copy full SHA for faf2505
.github/workflows/tests.yml
@@ -50,16 +50,12 @@ jobs:
50
strategy:
51
fail-fast: false
52
matrix:
53
- os: [macos-latest, ubuntu-22.04, ubuntu-latest, windows-latest]
+ os: [macos-latest, ubuntu-22.04, ubuntu-latest]
54
steps:
55
- uses: actions/checkout@v4
56
- uses: actions/setup-go@v5
57
with:
58
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"
63
- run: go mod download
64
shell: bash
65
- name: fjl/gencodec generated files are up to date
0 commit comments