run test in correct subdirectory

This commit is contained in:
knoxfighter 2019-10-29 20:10:09 +01:00
parent e42840cf35
commit fdead2aad4

View File

@ -12,13 +12,6 @@ go:
env:
- GO111MODULE=on
#install:
# - go get github.com/apexskier/httpauth
# - go get github.com/go-ini/ini
# - go get github.com/gorilla/mux
# - go get github.com/hpcloud/tail
# - go get github.com/gorilla/websocket
# - go get github.com/majormjr/rcon
script:
- go test -v ./...
- cd src/
- go test -v ./...