Commit 11c6f059 authored by AntonCutthroat's avatar AntonCutthroat Committed by GitHub

cannon: add test dependence in Makefile (#11264)

* add test dependence in Makefile

* Update cannon/Makefile
Co-authored-by: default avatarmbaxter <meredith.a.baxter@gmail.com>

---------
Co-authored-by: default avatarmbaxter <meredith.a.baxter@gmail.com>
parent 5815076f
......@@ -22,7 +22,10 @@ clean:
elf:
make -C ./example elf
test: elf
contract:
cd ../packages/contracts-bedrock && forge build
test: elf contract
go test -v ./...
fuzz:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment