Merge pull request #17734 from MadhavJivrajani/toolchain-directive

tests: set GOTOOLCHAIN var for report validation
This commit is contained in:
Marek Siarkowicz
2024-04-24 09:25:07 +02:00
committed by GitHub

View File

@ -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