mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
.github/workflow: bug fix
This commit is contained in:
parent
cdd46912dc
commit
f60134bf6a
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -86,7 +86,7 @@ jobs:
|
||||
|
||||
- name: go test
|
||||
# TODO: Add more test environments (#1305)
|
||||
if: ${{ startsWith(matrix.os, 'ubuntu-')
|
||||
if: ${{ startsWith(matrix.os, 'ubuntu-') }}
|
||||
run: |
|
||||
go test -tags=example ${{ !startsWith(matrix.go, '1.15.') && !startsWith(matrix.go, '1.16.') && '-shuffle=on' || '' }} -v ./...
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user