added examples to test pipeline

This commit is contained in:
Christian Mouchet
2019-11-12 10:39:14 +01:00
parent cad1db2c12
commit 03192e5487

View File

@@ -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