Просмотр исходного кода

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 лет назад
Родитель
Сommit
736aba5d82
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      justfile

+ 1 - 0
justfile

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