Skip to content

Commit 0f63c1f

Browse files
committed
Verify various feature combinations in CI
1 parent 58b62ff commit 0f63c1f

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/check.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ jobs:
1616
toolchain: stable
1717
override: true
1818
- name: Run cargo check
19-
run: cargo check --locked
19+
run: cargo check --workspace --locked
20+
- name: Run cargo check --no-default-features
21+
run: cargo check --workspace --locked --no-default-features
22+
- name: Run cargo check --all-features
23+
run: cargo check --workspace --locked --all-features
2024
- name: Run cargo clippy
2125
run: cargo clippy -- -D warnings
2226
- name: Check format

0 commit comments

Comments
 (0)