diff --git a/Makefile b/Makefile index 23c6f128..67c59891 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,9 @@ test_lint: } test_local: - go test -v -race -short -p=1 ./... + go test -v -race -short -p=1 ./... -timeout=0 + go run ./examples/bfv/examples_bfv.go + go run ./examples/ckks/examples_ckks.go test: test_fmt test_local