mirror of
https://github.com/strukturag/nextcloud-spreed-signaling
synced 2026-03-14 14:35:44 +01:00
make: Use "GO" variable for checklocks.
This commit is contained in:
parent
a5f70b6e47
commit
de03ae2514
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) $(GO) vet -vettool=$(GOPATHBIN)/checklocks ./...
|
||||
|
||||
cover: vet
|
||||
rm -f cover.out && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue