Skip to content

Commit

Permalink
e2e: Make sure Go's testing cache doesn't skip the test
Browse files Browse the repository at this point in the history
Signed-off-by: Yannis Zarkadas <[email protected]>
  • Loading branch information
yanniszark committed Jul 13, 2020
1 parent ff99014 commit e48e130
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ e2e: publish
# Run E2E tests
cd e2e/manifests/authservice/base && \
kustomize edit set image gcr.io/arrikto/kubeflow/oidc-authservice=$(IMG):$(TAG)
go test ./e2e -v
# Use -count=1 to skip Go's test cache
go test -v -count=1 ./e2e

publish: docker-build docker-push

Expand Down

0 comments on commit e48e130

Please sign in to comment.