mirror of
https://github.com/chatmail/core.git
synced 2026-05-06 06:46:35 +03:00
ci: Also run cargo check without all-features
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -37,8 +37,10 @@ jobs:
|
|||||||
run: cargo fmt --all -- --check
|
run: cargo fmt --all -- --check
|
||||||
- name: Run clippy
|
- name: Run clippy
|
||||||
run: scripts/clippy.sh
|
run: scripts/clippy.sh
|
||||||
- name: Check
|
- name: Check with all features
|
||||||
run: cargo check --workspace --all-targets --all-features
|
run: cargo check --workspace --all-targets --all-features
|
||||||
|
- name: Check with only default features
|
||||||
|
run: cargo check --all-targets
|
||||||
|
|
||||||
npm_constants:
|
npm_constants:
|
||||||
name: Check if node constants are up to date
|
name: Check if node constants are up to date
|
||||||
|
|||||||
Reference in New Issue
Block a user