Skip to content

Commit b591689

Browse files
authored
Fix CGO fuzz job compile failure by exposing shared test helpers to integration-tagged builds (#34816)
1 parent 07fb8bb commit b591689

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

pkg/workflow/compiler_test_helpers_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
//go:build !integration
2-
31
package workflow
42

53
import "strings"

pkg/workflow/test_helpers_shared_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
//go:build !integration
2-
31
package workflow
42

53
// boolPtr returns a pointer to a bool value.

0 commit comments

Comments
 (0)