Skip to content

Commit

Permalink
Merge pull request #17734 from MadhavJivrajani/toolchain-directive
Browse files Browse the repository at this point in the history
tests: set GOTOOLCHAIN var for report validation
  • Loading branch information
serathius committed Apr 24, 2024
2 parents 5cbc8c9 + 856847d commit 96d6194
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/robustness/makefile.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.PHONY: test-robustness-reports
test-robustness-reports: export GOTOOLCHAIN := go$(shell cat .go-version)
test-robustness-reports:
cd ./tests && go test ./robustness/validate -v --count 1 --run TestDataReports

Expand Down

0 comments on commit 96d6194

Please sign in to comment.