From 26a8e89fe799b123cdae650e14c74c1f9ed1aef6 Mon Sep 17 00:00:00 2001 From: xarantolus Date: Mon, 11 May 2026 08:29:19 +0000 Subject: [PATCH] CI: build with all features --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e0600f5..9f9f502 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -87,7 +87,7 @@ jobs: run: just config load ${{ matrix.config.name }} --no-confirm - name: Run task - run: just ${{ matrix.task }} + run: just ${{ matrix.task }} --all-features - name: Upload docs artifact if: matrix.task == 'docs'