mirror of
https://github.com/kemko/nomad.git
synced 2026-01-07 19:05:42 +03:00
Travis uses sudo/docker and run tests as root
This commit is contained in:
@@ -10,4 +10,4 @@ go build -o $TEMPDIR/nomad || exit 1
|
||||
|
||||
# Run the tests
|
||||
echo "--> Running tests"
|
||||
go list ./... | PATH=$TEMPDIR:$PATH xargs -n1 go test -cover -timeout=80s
|
||||
go list ./... | sudo -E PATH=$TEMPDIR:$PATH xargs -n1 go test -cover -timeout=80s
|
||||
|
||||
Reference in New Issue
Block a user