Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/qmuntal/gltf
Browse files Browse the repository at this point in the history
  • Loading branch information
qmuntal committed Jun 24, 2024
2 parents 11e422b + cce0400 commit 9aa2ac1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ jobs:
test:
strategy:
matrix:
go-version: [1.20.x, 1.21.x]
go-version: [1.21.x, 1.22.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Install Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Test
run: go test -race -covermode atomic -coverprofile profile.cov ./...
- name: Send coverage
Expand Down

0 comments on commit 9aa2ac1

Please sign in to comment.