From 42c283d3740ccfb4f007d343d9994c7b43e4adfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20=27birdy=27=20Danjou?= Date: Tue, 5 Mar 2024 13:36:21 +0100 Subject: [PATCH] fix: run all tests with one command --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 934ca4d..117267c 100644 --- a/Makefile +++ b/Makefile @@ -4,8 +4,7 @@ build: build-tfhe-rs-capi .PHONY: test test: build-tfhe-rs-capi - cd pkg/fhevm && go test -v . \ - && cd ../tfhe && go test -v . + cd pkg && go test -v ./... .PHONY: build-tfhe-rs-capi build-tfhe-rs-capi: