mirror of
https://github.com/strukturag/nextcloud-spreed-signaling
synced 2026-03-14 06:25:44 +01:00
make: Run checklocks tool directly.
Running through "go vet" caused JSON output since switching to Go 1.26 and doesn't fail the job on errors.
This commit is contained in:
parent
de03ae2514
commit
d47c280d31
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -121,7 +121,7 @@ benchmark:
|
|||
GOEXPERIMENT=$(GOEXPERIMENT) $(GO) test -bench=$(BENCHMARK) -benchmem -run=^$$ -timeout $(TIMEOUT) $(TESTARGS) ./...
|
||||
|
||||
checklocks: $(GOPATHBIN)/checklocks
|
||||
GOEXPERIMENT=$(GOEXPERIMENT) $(GO) vet -vettool=$(GOPATHBIN)/checklocks ./...
|
||||
GOEXPERIMENT=$(GOEXPERIMENT) $(GOPATHBIN)/checklocks ./...
|
||||
|
||||
cover: vet
|
||||
rm -f cover.out && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue