Skip to content

Commit

Permalink
fix: add go:build for integration test
Browse files Browse the repository at this point in the history
Add integration tag for the topic integration tests

Signed-off-by: Santiago Jimenez Giraldo <[email protected]>
  • Loading branch information
sago2k8 committed Feb 1, 2024
1 parent 43aed33 commit 02328fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/pkg/api/connect/integration/topic_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
// the Business Source License, use of this software will be governed
// by the Apache License, Version 2.0

//go:build integration

package integration

import (
Expand Down

0 comments on commit 02328fe

Please sign in to comment.