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
commit 96d619459b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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