fixed drlwe tests and suppressed non-failing test output

This commit is contained in:
Christian Mouchet
2022-10-10 17:27:52 +02:00
committed by ChristianMct
parent bafae12928
commit e325c6730e
2 changed files with 13 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
.PHONY: test_gotest
test_gotest:
go test -v -timeout=0 ./...
go test -timeout=0 ./...
.PHONY: test_examples
test_examples: