aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml3
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 }}