We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a52046 commit 11d3133Copy full SHA for 11d3133
Makefile
@@ -25,7 +25,7 @@ FPM_ARGS ?= \
25
26
NAME = scw
27
SRC = cmd/scw
28
-PACKAGES = pkg/api pkg/commands pkg/utils pkg/cli pkg/sshcommand pkg/config pkg/scwversion
+PACKAGES = pkg/api pkg/commands pkg/utils pkg/cli pkg/sshcommand pkg/config pkg/scwversion pkg/pricing
29
REV = $(shell git rev-parse HEAD || echo "nogit")
30
TAG = $(shell git describe --tags --always || echo "nogit")
31
BUILDER = scaleway-cli-builder
@@ -72,7 +72,7 @@ $(INSTALL_LIST): %_install:
72
$(IREF_LIST): %_iref: pkg/scwversion/version.go
73
$(GOTEST) -i ./$*
74
$(TEST_LIST): %_test:
75
- $(GOTEST) ./$*
+ $(GOTEST) -v ./$*
76
$(FMT_LIST): %_fmt:
77
$(GOFMT) ./$*
78
0 commit comments