From 0644fccdd7f1ae8e6e4f7b33fba0bec95b8c7b1e Mon Sep 17 00:00:00 2001 From: takasaki404 Date: Tue, 24 Feb 2026 23:11:05 +0800 Subject: [PATCH] chore: add actix-web feature to CI --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 903e08c..a427016 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,6 +60,7 @@ jobs: - "" # no extra features - "tracing" - "axum" + - "actix-web" - "all" # marker for all features steps: - uses: actions/checkout@v6