Skip to content

Commit fac18ca

Browse files
committed
Add target to download testing tools in CI
1 parent e052ccb commit fac18ca

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

languages/go/goeql/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ all: test
22

33
test: gotest goerrcheck gostaticcheck
44

5+
cidep:
6+
go install honnef.co/go/tools/cmd/staticcheck@latest
7+
go install github.com/kisielk/errcheck@latest
8+
59
gotest:
610
go test ./... -v -timeout=45s -failfast
711

0 commit comments

Comments
 (0)