From e160d9b048fa959c3f9a1bd0a74262c07bf3ee12 Mon Sep 17 00:00:00 2001 From: Luna Yao <40349250+ZnqbuZ@users.noreply.github.com> Date: Fri, 27 Mar 2026 15:48:22 +0100 Subject: [PATCH] ci: remove aes-gcm from check (#1925) --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9e42b837..d1d5d4b6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -65,7 +65,7 @@ jobs: - name: Check features if: ${{ !cancelled() }} - run: cargo hack check --package easytier --each-feature --features aes-gcm --exclude-features macos-ne --verbose + run: cargo hack check --package easytier --each-feature --exclude-features macos-ne --verbose pre-test: name: Build test