When i run make test after running make build i get this error :
make: *** No rule to make target 'test'. Stop.
When i checked in makefile it doesn't have test command and also when i run forge test i get this message
No tests found in project! Forge looks for functions that starts with test.
Updated readme and Makefile. make test should work now. Note that Cannon is in active development, there may be more breaking changes. Thank you for opening this issue.
When i run make test after running make build i get this error : make: *** No rule to make target 'test'. Stop.
When i checked in makefile it doesn't have test command and also when i run forge test i get this message No tests found in project! Forge looks for functions that starts with
test
.OS : Ubuntu 22 Branch : Master