]> ruderich.org/simon Gitweb - safcm/safcm.git/commitdiff
ci: run go vet
authorSimon Ruderich <simon@ruderich.org>
Sun, 4 Apr 2021 06:47:40 +0000 (08:47 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sun, 4 Apr 2021 06:47:40 +0000 (08:47 +0200)
ci/run

diff --git a/ci/run b/ci/run
index 7ec5f161ed205a30a1f15afdedbba92d3d0784a0..e9cf0ff3f13ca0e2983c62326835389f6f3e765d 100755 (executable)
--- 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