From 01ef350d5f969c5a434df26beab96d71564a234c Mon Sep 17 00:00:00 2001 From: Kristoffer Dalby Date: Wed, 1 Jul 2026 08:39:21 +0000 Subject: [PATCH] integration: add TS2021 WebSocket tests to CI matrix Generated by gh-action-integration-generator. Updates #3357 --- .github/workflows/test-integration.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test-integration.yaml b/.github/workflows/test-integration.yaml index 974e5523..0e2a0337 100644 --- a/.github/workflows/test-integration.yaml +++ b/.github/workflows/test-integration.yaml @@ -379,6 +379,8 @@ jobs: - TestTagsAuthKeyWithoutUserInheritsTags - TestTagsAuthKeyWithoutUserRejectsAdvertisedTags - TestTagsAuthKeyConvertToUserViaCLIRegister + - TestTS2021WebSocketGET + - TestTS2021WASMClientUnderNode - TestTailscaleRustAxum uses: ./.github/workflows/integration-test-template.yml secrets: inherit