Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
gen2brain committed May 8, 2024
1 parent 45279d6 commit 64a63d5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -42,6 +43,7 @@ jobs:

test-drm:
strategy:
fail-fast: false
matrix:
go-version: [1.21.x]
os: [ubuntu-latest]
Expand All @@ -62,6 +64,7 @@ jobs:

test-sdl:
strategy:
fail-fast: false
matrix:
go-version: [1.21.x]
os: [ubuntu-latest]
Expand All @@ -82,6 +85,7 @@ jobs:

test-rgfw:
strategy:
fail-fast: false
matrix:
go-version: [1.21.x]
os: [ubuntu-latest, macos-latest, windows-latest]
Expand All @@ -103,6 +107,7 @@ jobs:

test-examples:
strategy:
fail-fast: false
matrix:
go-version: [1.21.x]
os: [ubuntu-latest]
Expand Down

0 comments on commit 64a63d5

Please sign in to comment.