go-starter
go-starter copied to clipboard
Add make call to delete integresql databases
After running a lot of tests the database gets polluted with integresql databases from all the test runs. Sooner or later the test runner fails with the error:
go build ...: mkdir /tmp/go-build/.../: no space left on device
This make call makes it easy to delete all test databases and fix this error.