mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-11-12 00:26:35 -05:00
bazel: set integration go build tag
This commit is contained in:
parent
ae7888a13f
commit
3352a9e988
7 changed files with 108 additions and 1 deletions
|
|
@ -28,6 +28,7 @@ go_library(
|
|||
go_test(
|
||||
name = "sigstore_test",
|
||||
srcs = [
|
||||
"rekor_integration_test.go",
|
||||
"rekor_test.go",
|
||||
"sign_test.go",
|
||||
"verify_test.go",
|
||||
|
|
@ -38,5 +39,6 @@ go_test(
|
|||
"@com_github_sigstore_rekor//pkg/types/hashedrekord/v0.0.1:v0_0_1",
|
||||
"@com_github_stretchr_testify//assert",
|
||||
"@com_github_stretchr_testify//require",
|
||||
"@org_uber_go_goleak//:goleak",
|
||||
],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue