fix: Update deprecated Go build tag syntax in nats_eventbus_integration_test.go #139
Reference in New Issue
Block a user
Delete Branch "issue-138-integration-test-is-actions-is-failing-open"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Fix integration tests that were failing in CI due to deprecated build tag syntax.
Changes
// +build integrationto//go:build integrationin nats_eventbus_integration_test.goTesting
go test -tags=integration ./...Closes #138
Code Review: Approved ✓
Implementation looks solid. No blocking issues found.