Skip to content

Commit

Permalink
chore: add tfhe package
Browse files Browse the repository at this point in the history
  • Loading branch information
immortal-tofu committed Mar 5, 2024
1 parent 51002f9 commit 4fe7042
Show file tree
Hide file tree
Showing 22 changed files with 1,153 additions and 1,117 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ build: build-tfhe-rs-capi

.PHONY: test
test: build-tfhe-rs-capi
cd fhevm && go test -v .
cd fhevm && go test -v . \
&& cd ../tfhe && go test -v .

.PHONY: build-tfhe-rs-capi
build-tfhe-rs-capi:
Expand Down
Loading

0 comments on commit 4fe7042

Please sign in to comment.