mirror of https://github.com/liamg/aminal.git
fix build
This commit is contained in:
parent
de446cc01a
commit
4027197a96
|
@ -7,7 +7,7 @@ jobs:
|
||||||
docker:
|
docker:
|
||||||
# specify the version
|
# specify the version
|
||||||
- image: liamg/golang-opengl
|
- image: liamg/golang-opengl
|
||||||
working_directory: /aminal
|
working_directory: /go/src/github.com/liamg/aminal
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run: go test -v ./...
|
- run: go test -v ./...
|
||||||
|
|
Loading…
Reference in New Issue