Skip to content

fix(ci): add missing !no_sqlite build tag to signing_key_shared_test.go#162

Closed
scion-gteam[bot] wants to merge 1 commit into
mainfrom
fix/ci-signing-key-test-tag
Closed

fix(ci): add missing !no_sqlite build tag to signing_key_shared_test.go#162
scion-gteam[bot] wants to merge 1 commit into
mainfrom
fix/ci-signing-key-test-tag

Conversation

@scion-gteam

@scion-gteam scion-gteam Bot commented Jun 6, 2026

Copy link
Copy Markdown

Summary

Test plan

  • go vet -tags no_sqlite ./pkg/hub/... passes
  • gofmt -l . returns no files
  • CI should pass on this PR

signing_key_shared_test.go calls newTestStore() which is only defined
in files gated by //go:build !no_sqlite, causing "undefined: newTestStore"
when CI runs go vet -tags no_sqlite.
@ptone ptone closed this Jun 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant