Skip to content

Commit

Permalink
fix: run all tests with one command
Browse files Browse the repository at this point in the history
  • Loading branch information
immortal-tofu committed Mar 5, 2024
1 parent 3af30de commit 42c283d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 42c283d

Please sign in to comment.