fix(Makefile): remove deprecated test-update step
This commit is contained in:
parent
2cd2188dcb
commit
f1a4ade402
11
Makefile
11
Makefile
@ -182,13 +182,10 @@ test/goldenfiles/bindata.go:
|
||||
|
||||
# TEST
|
||||
# ==============================================================================
|
||||
PHONY+=test test-update-all
|
||||
test: ${EXECUTABLE}
|
||||
PHONY+=test/unit
|
||||
test/unit: clean bindata
|
||||
go test -v ./...
|
||||
|
||||
test-update-all: ${EXECUTABLE}
|
||||
go test -v ./pkg/... -update all
|
||||
|
||||
# PACKAGES
|
||||
# ==============================================================================
|
||||
%.rpm: %
|
||||
@ -258,10 +255,6 @@ PHONY+=container-run/test
|
||||
container-run/test:
|
||||
$(MAKE) container-run COMMAND=${@:container-run/%=%}
|
||||
|
||||
PHONY+=container-run/test-update-all
|
||||
container-run/test-update-all:
|
||||
$(MAKE) container-run COMMAND=${@:container-run/%=%}
|
||||
|
||||
# CONTAINER STEPS - OTHER STUF
|
||||
# ==============================================================================
|
||||
PHONY+=container-run/clean
|
||||
|
Loading…
Reference in New Issue
Block a user