go-starter icon indicating copy to clipboard operation
go-starter copied to clipboard

Add make call to delete integresql databases

Open chrztoph opened this issue 3 years ago • 0 comments

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.

chrztoph avatar Apr 27 '22 13:04 chrztoph