diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 939cc8300..ab63e5b16 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,8 +37,10 @@ jobs: run: cargo fmt --all -- --check - name: Run clippy run: scripts/clippy.sh - - name: Check + - name: Check with all features run: cargo check --workspace --all-targets --all-features + - name: Check with only default features + run: cargo check --all-targets npm_constants: name: Check if node constants are up to date