Skip to content

Commit

Permalink
ci: Minor cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez committed Jan 22, 2025
1 parent ae7909e commit c3a67cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion template/.github/workflows/rust_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ on:

env:
CARGO_TERM_COLOR: always
#IF option("xtensa")
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
#ENDIF

jobs:
rust-checks:
Expand All @@ -23,7 +25,7 @@ jobs:
- command: build
args: --release
- command: fmt
args: --all -- --check --color always
args: --all -- --check
- command: clippy
args: --all-features --workspace -- -D warnings
steps:
Expand Down

0 comments on commit c3a67cd

Please sign in to comment.