C[test] fix bad flag in Makefile

This commit is contained in:
Christian M
2020-10-29 14:30:29 +01:00
parent feb2a20da7
commit 7e6c81a657

View File

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