ci: Also run cargo check without all-features

This commit is contained in:
Hocuri
2024-12-02 21:15:26 +01:00
parent 191eb7efdd
commit ee0ac6389b

View File

@@ -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