1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-16 12:35:22 +00:00

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

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 ./...