Validate driver config on job register

This commit is contained in:
Alex Dadgar
2016-04-13 15:55:46 -07:00
parent 289ac20f20
commit 6c32b1ebd8
5 changed files with 60 additions and 1 deletions

View File

@@ -10,4 +10,4 @@ go build -o $TEMPDIR/nomad || exit 1
# Run the tests
echo "--> Running tests"
go list ./... | grep -v '/vendor/' | sudo -E PATH=$TEMPDIR:$PATH xargs -n1 go test -cover -timeout=300s
go list ./... | grep -v '/vendor/' | sudo -E PATH=$TEMPDIR:$PATH xargs -n1 go test -cover -timeout=360s