Skip to content

Commit

Permalink
chore: added E2E variable
Browse files Browse the repository at this point in the history
Added variable so that the additional E2E test is also executed. This
test must be refactored in a future commit/ removed, as it depends on an
image already being present on the machine running the test.
  • Loading branch information
puffitos committed Sep 19, 2024
1 parent 6160fce commit 9da39dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PORT := 5000
.PHONY: test-e2e
test-e2e:
@echo "Running e2e tests..."
@go test -v -race -count 1 ./test/
@export COSIGN_E2E="42" && go test -v -race -count 1 ./test/

.PHONY: test-unit
test-unit:
Expand Down

0 comments on commit 9da39dd

Please sign in to comment.