File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -52,8 +52,7 @@ github_action_go_setup:
52
52
fi
53
53
# NOTE: We prune before generate, because node_modules are embedded into the
54
54
# binary (and part of the build).
55
- go_build : git mockgen github_action_go_setup
56
- make webapp_node_modules_prod
55
+ go_build : git mockgen github_action_go_setup webapp_node_modules_prod
57
56
go generate ./...
58
57
# Check all packages without producing any output.
59
58
go build -v ./...
@@ -77,7 +76,7 @@ go_lint: golint go_test_tag_lint
77
76
golangci_lint : golangci-lint github_action_go_setup
78
77
golangci-lint cache clean
79
78
golangci-lint run ./api/...
80
-
79
+
81
80
go_test_tag_lint :
82
81
@ # Printing a list of test files without +build tag, asserting empty...
83
82
@TAGLESS=$$(grep -PL '\/\/(\s?\+build|go:build ) ! ? (small| medium| large| cloud)' $(GO_TEST_FILES)); \
You can’t perform that action at this time.
0 commit comments