Переглянути джерело

Add 'go vet' to the test suite

https://github.com/opencost/opencost/pull/2469 is the only blocker

Signed-off-by: Matt Ray <github@mattray.dev>
Matt Ray 2 роки тому
батько
коміт
736aba5d82
1 змінених файлів з 1 додано та 0 видалено
  1. 1 0
      justfile

+ 1 - 0
justfile

@@ -9,6 +9,7 @@ default:
 # Run unit tests
 # Run unit tests
 test:
 test:
     {{commonenv}} go test ./... -coverprofile=coverage.out
     {{commonenv}} go test ./... -coverprofile=coverage.out
+    {{commonenv}} go vet ./...
 
 
 # Compile a local binary
 # Compile a local binary
 build-local:
 build-local: