Skip to content

Commit 62db4c0

Browse files
pionbotSean-Der
authored andcommitted
Update CI configs to v0.11.29
Update lint scripts and CI configs.
1 parent f0cdfb0 commit 62db4c0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/test.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,15 @@ jobs:
3838
with:
3939
go-version: ${{ matrix.go }}
4040

41+
test-windows:
42+
uses: pion/.goassets/.github/workflows/test-windows.reusable.yml@master
43+
strategy:
44+
matrix:
45+
go: ["1.25", "1.24"] # auto-update/supported-go-version-list
46+
fail-fast: false
47+
with:
48+
go-version: ${{ matrix.go }}
49+
4150
test-wasm:
4251
uses: pion/.goassets/.github/workflows/test-wasm.reusable.yml@master
4352
with:

0 commit comments

Comments
 (0)