Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AdinAck committed Nov 8, 2024
1 parent 76fa25b commit 621afe0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
on:
pull_request:

name: Continuous integration

# Make sure CI fails on all warnings, including Clippy lints
Expand Down Expand Up @@ -29,6 +29,7 @@ jobs:
# TODO: -log-rtt # log-rtt without defmt, more combos?
- log-itm
- log-semihost
- cordic

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 621afe0

Please sign in to comment.