Skip to content

Commit 42cda03

Browse files
committed
Test all features in CI
1 parent e42dbe2 commit 42cda03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: actions/checkout@v4
3939

4040
- name: Run Cargo clippy
41-
run: cargo clippy -- --deny warnings
41+
run: cargo clippy --all-features -- --deny warnings
4242

4343
no-alloc:
4444
runs-on: ubuntu-latest
@@ -50,4 +50,4 @@ jobs:
5050
run: rustup target add x86_64-unknown-none
5151

5252
- name: Check build on no-std/no-alloc target
53-
run: cargo build --target x86_64-unknown-none
53+
run: cargo build --all-features --target x86_64-unknown-none

0 commit comments

Comments
 (0)