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'