[tests] added bootstrapping tests to make target

This commit is contained in:
Christian M
2020-10-29 14:29:23 +01:00
parent b7d03f36c0
commit feb2a20da7
2 changed files with 2 additions and 2 deletions

View File

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