FeatureBaseDB / general

1 stars 1 forks source link

Add more CI checks. #16

Closed jaffee closed 7 years ago

jaffee commented 7 years ago

Looks like we're basically just building and running tests right now - this is great, but I think we could also make sure the code is formatted properly with gofmt, and run go vet to check for common issues that may not pop up in tests.

Others can probably think of more useful checks...

jaffee commented 7 years ago