Skip to content

Commit

Permalink
Enable tests for subnet/kube package
Browse files Browse the repository at this point in the history
This will also enable `Test_newAnnotations` tests besides mine.
  • Loading branch information
AlexPykavy committed Apr 15, 2022
1 parent 7234035 commit 4befd03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ K8S_VERSION=v1.22.3
GOARM=7

# These variables can be overridden by setting an environment variable.
TEST_PACKAGES?=pkg/ip subnet subnet/etcdv2 network backend
TEST_PACKAGES?=pkg/ip subnet subnet/etcdv2 subnet/kube network backend
TEST_PACKAGES_EXPANDED=$(TEST_PACKAGES:%=github.com/flannel-io/flannel/%)
PACKAGES?=$(TEST_PACKAGES) network
PACKAGES_EXPANDED=$(PACKAGES:%=github.com/flannel-io/flannel/%)
Expand Down

0 comments on commit 4befd03

Please sign in to comment.