Merge pull request #12988 from hashicorp/jbardin/travis
test changes to travis
This commit is contained in:
commit
c105784c60
2
Makefile
2
Makefile
|
@ -41,7 +41,7 @@ plugin-dev: generate
|
||||||
test: fmtcheck errcheck generate
|
test: fmtcheck errcheck generate
|
||||||
go test -i $(TEST) || exit 1
|
go test -i $(TEST) || exit 1
|
||||||
echo $(TEST) | \
|
echo $(TEST) | \
|
||||||
xargs -t -n4 go test $(TESTARGS) -timeout=30s -parallel=4
|
xargs -t -n4 go test $(TESTARGS) -timeout=60s -parallel=4
|
||||||
|
|
||||||
# testacc runs acceptance tests
|
# testacc runs acceptance tests
|
||||||
testacc: fmtcheck generate
|
testacc: fmtcheck generate
|
||||||
|
|
Loading…
Reference in New Issue