mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
test: add "mod" to build tests
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
This commit is contained in:
parent
b34c0c55a5
commit
6874b9a76b
4
test
4
test
@ -672,8 +672,8 @@ function build_cov_pass {
|
||||
# fail fast on static tests
|
||||
function build_pass {
|
||||
echo "Checking build..."
|
||||
GO_BUILD_FLAGS="-v" etcd_build
|
||||
GO_BUILD_FLAGS="-v" tools_build
|
||||
GO_BUILD_FLAGS="-v -mod=mod" etcd_build
|
||||
GO_BUILD_FLAGS="-v -mod=mod" tools_build
|
||||
}
|
||||
|
||||
for pass in $PASSES; do
|
||||
|
Loading…
x
Reference in New Issue
Block a user