One more CI fix.. (#291)

This commit is contained in:
Tim Sarbin 2020-02-02 18:29:28 -05:00 committed by GitHub
parent 7bb7c35d53
commit e8b315861d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,5 +8,5 @@ jobs:
- checkout
- run: sudo apt-get install -y libxcursor-dev libxrandr-dev libxinerama-dev libxi-dev libgl1-mesa-dev libsdl2-dev libasound2-dev > /dev/null 2>&1
- run: go get -v -t -d ./...
- run: go test -v ./...
- run: go build .
#- run: go test -v ./...