diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index df8403aa..64879bce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,6 +46,9 @@ jobs: with: key: ${{ matrix.configuration }} + - name: Build (no default features) + run: cargo build ${{ matrix.release-flag }} --no-default-features + - name: Build run: cargo build ${{ matrix.release-flag }} |
