mirror of
https://github.com/tuneinsight/lattigo.git
synced 2025-09-13 03:27:14 +00:00
[travis] : added the flag to include the bootstrapp
This commit is contained in:
2
Makefile
2
Makefile
@@ -18,7 +18,7 @@ test_examples:
|
|||||||
|
|
||||||
.PHONY: test_gotest
|
.PHONY: test_gotest
|
||||||
test_gotest:
|
test_gotest:
|
||||||
go test -v -short -p=1 ./... -timeout=0
|
go test -v -short -include-bootstrapp -p=1 ./... -timeout=0
|
||||||
|
|
||||||
.PHONY: test
|
.PHONY: test
|
||||||
test: test_fmt test_gotest test_examples
|
test: test_fmt test_gotest test_examples
|
||||||
|
|||||||
Reference in New Issue
Block a user