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

Commit

Permalink
chore: clean go test cache before tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dartdart26 authored Jun 11, 2024
1 parent 43fcd4d commit c674d49
Showing 1 changed file with 1 addition 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 -testcache && TFHE_EXECUTOR_CONTRACT_ADDRESS=0x05fD9B5EFE0a996095f42Ed7e77c390810CF660c go test -v ./...

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

0 comments on commit c674d49

Please sign in to comment.