Skip to content

Commit

Permalink
Test purego
Browse files Browse the repository at this point in the history
  • Loading branch information
gen2brain committed May 22, 2024
1 parent b1a49c2 commit 6c4349f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,25 @@ jobs:
run: go build -tags rgfw
working-directory: raylib

test-purego:
strategy:
matrix:
go-version: [1.21.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v3
- name: Build
run: go build
working-directory: raylib
env:
GOOS: windows

test-examples:
strategy:
matrix:
Expand Down

0 comments on commit 6c4349f

Please sign in to comment.