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 ac7a6ad
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 @@ -17,7 +17,8 @@ build:
chmod +x bin/oidc-authservice

test:
go test -v ./
# Use -count=1 to skip Go's test cache
go test -v -count=1 ./

docker-build:
docker build -t $(IMG):$(TAG) .
Expand Down

0 comments on commit ac7a6ad

Please sign in to comment.