We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c36a4e6 commit 2d6889cCopy full SHA for 2d6889c
.bazelci/presubmit.yml
@@ -241,6 +241,8 @@ tasks:
241
<<: *common_workspace_flags
242
build_flags:
243
- "--action_env=CGO_ENABLED=1"
244
+ test_flags:
245
+ - "--test_env=CGO_ENABLED=1"
246
name: "examples/build_file_generation: Windows, workspace"
247
working_directory: examples/build_file_generation
248
platform: windows
@@ -342,6 +344,8 @@ tasks:
342
344
# coverage is not supported on Windows
343
345
346
347
348
349
name: "examples/bzlmod_build_file_generateion: Windows"
350
working_directory: examples/bzlmod_build_file_generation
351
0 commit comments