license: enable Bazel-based integration testing

Co-authored-by: malt3 <malt3@users.noreply.github.com>
This commit is contained in:
Markus Rudy 2023-11-22 13:08:28 +01:00 committed by Markus Rudy
parent b0702cd033
commit d599b80b2a
2 changed files with 1 additions and 1 deletions

View file

@ -4,6 +4,7 @@ go_test(
name = "integration_test",
srcs = ["license_integration_test.go"],
tags = [
"integration",
"requires-network",
],
deps = [