From 8f4e69d2a643f41378275c1b33395448ba8a596d 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 (cherry picked from commit 01ef350d5f969c5a434df26beab96d71564a234c) --- .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 a5feddff..984fb665 100644 --- a/.github/workflows/test-integration.yaml +++ b/.github/workflows/test-integration.yaml @@ -367,6 +367,8 @@ jobs: - TestTagsAuthKeyWithoutUserInheritsTags - TestTagsAuthKeyWithoutUserRejectsAdvertisedTags - TestTagsAuthKeyConvertToUserViaCLIRegister + - TestTS2021WebSocketGET + - TestTS2021WASMClientUnderNode - TestTailscaleRustAxum uses: ./.github/workflows/integration-test-template.yml secrets: inherit