Update actions
This commit is contained in:
parent
45279d6d25
commit
64a63d5914
1 changed files with 5 additions and 0 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -3,6 +3,7 @@ name: Build
|
|||
jobs:
|
||||
test:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
go-version: [1.21.x]
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
|
@ -42,6 +43,7 @@ jobs:
|
|||
|
||||
test-drm:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
go-version: [1.21.x]
|
||||
os: [ubuntu-latest]
|
||||
|
@ -62,6 +64,7 @@ jobs:
|
|||
|
||||
test-sdl:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
go-version: [1.21.x]
|
||||
os: [ubuntu-latest]
|
||||
|
@ -82,6 +85,7 @@ jobs:
|
|||
|
||||
test-rgfw:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
go-version: [1.21.x]
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
|
@ -103,6 +107,7 @@ jobs:
|
|||
|
||||
test-examples:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
go-version: [1.21.x]
|
||||
os: [ubuntu-latest]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue