From 3c6dc2a633e08afcc91cd7c7d141ef728334f18f Mon Sep 17 00:00:00 2001 From: Zhengchao An Date: Sun, 28 Jun 2026 09:12:23 +0800 Subject: [PATCH] ci: remove --no-default-features from protocol test matrix (#3980) --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b25904c6..8e848c65c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -192,8 +192,6 @@ jobs: flags: "--features swift" - name: sftp flags: "--features sftp" - - name: no-default - flags: "--no-default-features" env: FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true" steps: