Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Jan 25, 2024
1 parent 76cf0ec commit 0a41a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Build | Fmt Check
run: cargo fmt -- --check
- name: Build | Clippy
run: cargo clippy --features std,embedded-svc,examples --no-deps -- -Dwarnings
run: cargo clippy --features std,embedded-svc --examples --no-deps -- -Dwarnings
- name: Build | Default
run: cargo build
- name: Build | Non-default
Expand Down

0 comments on commit 0a41a33

Please sign in to comment.