[travis] : added the flag to include the bootstrapp

This commit is contained in:
Jean-Philippe Bossuat
2020-10-27 14:21:43 +01:00
parent 7b786991db
commit b38921f467

View File

@@ -18,7 +18,7 @@ test_examples:
.PHONY: test_gotest
test_gotest:
go test -v -short -p=1 ./... -timeout=0
go test -v -short -include-bootstrapp -p=1 ./... -timeout=0
.PHONY: test
test: test_fmt test_gotest test_examples