How to run the tests in go-ipfs

When trying to run make test, I get warnings with [no test files]. Couldn’t find instructions on how to run the test suite locally. Any idea what I’m missing?

Thanks for your help!
Thomas

I’d start by looking around here: go-ipfs/config.yml at master · ipfs/go-ipfs · GitHub

I think you should be able to run go test -v ./... as well - or specifically go test in the submodule on which you are working-.

Ah thanks that works! I also realized the [no test files] simply means there is not tests for the submodule :smile:.