How with Go can I check that my tests compile without creating any binaries or executing the tests?
The test equivalent of go build ./...
, which does this but ignores tests.
I use any non-matching regex for the run flag, like
go test -run NONE ./...