mirror of
https://github.com/tuneinsight/lattigo.git
synced 2025-09-13 03:27:14 +00:00
Remove -race flag from test_local target
This commit is contained in:
4
Makefile
4
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
|
||||
local: test_fmt test_lint test_local
|
||||
|
||||
Reference in New Issue
Block a user