Skip to content

Commit

Permalink
ci: Also run cargo check without all-features
Browse files Browse the repository at this point in the history
  • Loading branch information
Hocuri committed Dec 2, 2024
1 parent 06a7c63 commit 89d1989
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 --workspace --all-targets

npm_constants:
name: Check if node constants are up to date
Expand Down

0 comments on commit 89d1989

Please sign in to comment.