Skip to content

Commit 3129e29

Browse files
committed
GHA: cargo check --no-default-features
1 parent c2a022d commit 3129e29

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
- nightly
5454
features:
5555
- ""
56+
- "cas"
5657
- "serde"
5758
steps:
5859
- name: Checkout
@@ -92,7 +93,7 @@ jobs:
9293
with:
9394
use-cross: false
9495
command: check
95-
args: --target=${{ matrix.target }} --features=${{ matrix.features }}
96+
args: --target=${{ matrix.target }} --no-default-features --features=${{ matrix.features }}
9697

9798
# Run cpass tests
9899
testcpass:

0 commit comments

Comments
 (0)