Skip to content

Commit

Permalink
Add defmt CI check
Browse files Browse the repository at this point in the history
  • Loading branch information
MabezDev committed Aug 8, 2023
1 parent ea69256 commit 50111b8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,8 @@ jobs:
with:
command: build
args: --no-default-features --features alloc,lfn,unicode,device
- name: Run cargo build - Check defmt
uses: actions-rs/cargo@v1
with:
command: build
args: --no-default-features --features alloc,lfn,unicode,device,defmt

0 comments on commit 50111b8

Please sign in to comment.