Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/.ci.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ PRE_TEST_HOOK=_install_dependencies_hook
PRE_LINT_HOOK=_install_dependencies_hook
GO_MOD_VERSION_EXPECTED=1.24
SKIP_i386_TESTS=true
SKIP_WINDOWS_TESTS=true
SKIP_API_DIFF=true

function _install_gstreamer_hook(){
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,15 @@ jobs:
with:
go-version: ${{ matrix.go }}

test-windows:
uses: pion/.goassets/.github/workflows/test-windows.reusable.yml@master
strategy:
matrix:
go: ["1.25", "1.24"] # auto-update/supported-go-version-list
fail-fast: false
with:
go-version: ${{ matrix.go }}

test-wasm:
uses: pion/.goassets/.github/workflows/test-wasm.reusable.yml@master
with:
Expand Down
Loading