Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

Commit

Permalink
chore: clean go test cache + go cache on build
Browse files Browse the repository at this point in the history
  • Loading branch information
leventdem committed Jun 11, 2024
1 parent a2b02cb commit b5aea40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build: build-tfhe-rs-capi

.PHONY: test
test: build-tfhe-rs-capi
cd fhevm && TFHE_EXECUTOR_CONTRACT_ADDRESS=0x05fD9B5EFE0a996095f42Ed7e77c390810CF660c go test -v ./...
cd fhevm && go clean -cache && TFHE_EXECUTOR_CONTRACT_ADDRESS=0x05fD9B5EFE0a996095f42Ed7e77c390810CF660c go test -v ./...

.PHONY: build-tfhe-rs-capi
build-tfhe-rs-capi:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,5 @@ The library helps EVM maintainers to extend their EVM with the power of FHE. If

## License


This software is distributed under the BSD-3-Clause-Clear license. If you have any questions, please contact us at [email protected].

0 comments on commit b5aea40

Please sign in to comment.