Skip to content

Commit 2d6889c

Browse files
committed
test env cgo
1 parent c36a4e6 commit 2d6889c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.bazelci/presubmit.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,8 @@ tasks:
241241
<<: *common_workspace_flags
242242
build_flags:
243243
- "--action_env=CGO_ENABLED=1"
244+
test_flags:
245+
- "--test_env=CGO_ENABLED=1"
244246
name: "examples/build_file_generation: Windows, workspace"
245247
working_directory: examples/build_file_generation
246248
platform: windows
@@ -342,6 +344,8 @@ tasks:
342344
# coverage is not supported on Windows
343345
build_flags:
344346
- "--action_env=CGO_ENABLED=1"
347+
test_flags:
348+
- "--test_env=CGO_ENABLED=1"
345349
name: "examples/bzlmod_build_file_generateion: Windows"
346350
working_directory: examples/bzlmod_build_file_generation
347351
platform: windows

0 commit comments

Comments
 (0)