From eb461d0713dbf9a3972eea14ac6c5f840d8e6ee1 Mon Sep 17 00:00:00 2001 From: Juan Font Alonso Date: Tue, 16 Aug 2022 00:18:02 +0200 Subject: [PATCH] Enable HEAD and unstable in integration tests --- integration_common_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integration_common_test.go b/integration_common_test.go index 0235f25b..2b824366 100644 --- a/integration_common_test.go +++ b/integration_common_test.go @@ -30,8 +30,8 @@ var ( IpPrefix6 = netaddr.MustParseIPPrefix("fd7a:115c:a1e0::/48") tailscaleVersions = []string{ - // "head", - // "unstable", + "head", + "unstable", "1.28.0", "1.26.2", "1.24.2",