mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
tests: set GOTOOLCHAIN var for report validation
Set GOTOOLCHAIN directive in order to successfully run tests from root. Else, go will try and download a family of releases (of the form 1.x), which are not published binaries. Signed-off-by: Madhav Jivrajani <madhav.jiv@gmail.com>
This commit is contained in:
parent
ca39df1cd3
commit
856847d89b
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user