From: Simon Ruderich Date: Sun, 4 Apr 2021 06:47:40 +0000 (+0200) Subject: ci: run go vet X-Git-Url: https://ruderich.org/simon/gitweb/?p=safcm%2Fsafcm.git;a=commitdiff_plain;h=fa33bb263d2998174fcc8c6dd8c44c94b41a8380 ci: run go vet --- diff --git a/ci/run b/ci/run index 7ec5f16..e9cf0ff 100755 --- a/ci/run +++ b/ci/run @@ -8,6 +8,7 @@ PATH=$HOME/go/bin:$PATH export PATH make +go vet ./... go test -race ./... # Additional static checks only run in CI