Merge pull request #17734 from MadhavJivrajani/toolchain-directive
tests: set GOTOOLCHAIN var for report validation
This commit is contained in:
@ -1,4 +1,5 @@
|
|||||||
.PHONY: test-robustness-reports
|
.PHONY: test-robustness-reports
|
||||||
|
test-robustness-reports: export GOTOOLCHAIN := go$(shell cat .go-version)
|
||||||
test-robustness-reports:
|
test-robustness-reports:
|
||||||
cd ./tests && go test ./robustness/validate -v --count 1 --run TestDataReports
|
cd ./tests && go test ./robustness/validate -v --count 1 --run TestDataReports
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user