test: optimise default make target for abra hacking [ci skip]

This commit is contained in:
decentral1se 2023-10-07 10:32:42 +02:00
parent b57edb440a
commit a43125701c
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@ DIST_LDFLAGS := $(LDFLAGS)" -s -w"
export GOPRIVATE=coopcloud.tech
all: format check build test
# NOTE(d1): default `make` optimised for Abra hacking
all: format check build-abra test
run-abra:
@go run -ldflags=$(LDFLAGS) $(ABRA)