Skip to content

Commit

Permalink
Merge pull request #17756 from serathius/robustness-reports-disable-c…
Browse files Browse the repository at this point in the history
…ache

Don't cache test-robustness-reports
  • Loading branch information
serathius committed Apr 11, 2024
2 parents 18fd7d6 + 41ac7e3 commit 8d3abed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/robustness/makefile.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: test-robustness-reports
test-robustness-reports:
cd ./tests && go test ./robustness/validate -v --run TestDataReports
cd ./tests && go test ./robustness/validate -v --count 1 --run TestDataReports

# Test previous release branches

Expand Down

0 comments on commit 8d3abed

Please sign in to comment.