fix build

This commit is contained in:
Liam Galvin 2018-11-24 16:16:45 +00:00
parent de446cc01a
commit 4027197a96
1 changed files with 1 additions and 1 deletions

View File

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