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 a2b85fd commit f6b0da1Copy full SHA for f6b0da1
.github/workflows/test.yaml
@@ -38,6 +38,15 @@ jobs:
38
with:
39
go-version: ${{ matrix.go }}
40
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
+
50
test-wasm:
51
uses: pion/.goassets/.github/workflows/test-wasm.reusable.yml@master
52
0 commit comments