Skip to content

Commit

Permalink
rm use of goreleaser in cli tests
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
  • Loading branch information
wagoodman committed Feb 11, 2022
1 parent 17ba5de commit cbc2407
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Expand Up @@ -190,8 +190,7 @@ cli-fingerprint:

.PHONY: cli
cli: $(SNAPSHOTDIR) ## Run CLI tests
chmod 755 "$(SNAPSHOT_CMD)"
$(SNAPSHOT_CMD) version
chmod 755 "$(SNAPSHOT_BIN)"
GRYPE_BINARY_LOCATION='$(SNAPSHOT_BIN)' \
go test -count=1 -v ./test/cli

Expand Down

0 comments on commit cbc2407

Please sign in to comment.