We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01c295a commit 874486dCopy full SHA for 874486d
1 file changed
Makefile
@@ -56,7 +56,7 @@ dev: $(AIR)
56
57
# Run tests
58
test:
59
- go test -tags containers_image_openpgp -tags containers_image_openpgp -v -timeout 30s ./...
+ go test -tags containers_image_openpgp -v -timeout 30s ./...
60
61
# Generate JWT token for testing
62
# Usage: make gen-jwt [USER_ID=test-user]
0 commit comments