diff --git a/Makefile b/Makefile index 67c59891..3f5ce231 100644 --- a/Makefile +++ b/Makefile @@ -27,10 +27,10 @@ test_lint: } test_local: - go test -v -race -short -p=1 ./... -timeout=0 + go test -v -short -p=1 ./... -timeout=0 go run ./examples/bfv/examples_bfv.go go run ./examples/ckks/examples_ckks.go test: test_fmt test_local -local: test_fmt test_lint test_local \ No newline at end of file +local: test_fmt test_lint test_local