mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
CI: Improve naming and styling
This commit is contained in:
parent
7bcbdf7306
commit
8661ca2f4b
1 changed files with 2 additions and 3 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -107,7 +107,7 @@ jobs:
|
|||
|
||||
# Compilation check
|
||||
check:
|
||||
name: check rtic
|
||||
name: check
|
||||
runs-on: ubuntu-22.04
|
||||
strategy:
|
||||
matrix:
|
||||
|
@ -143,8 +143,7 @@ jobs:
|
|||
- name: Cache Dependencies
|
||||
uses: Swatinem/rust-cache@v2
|
||||
|
||||
- name: cargo check
|
||||
run: cargo xtask --verbose --target=${{ matrix.target }} check ${{ matrix.package }}
|
||||
- run: cargo xtask --verbose --target=${{ matrix.target }} check ${{ matrix.package }}
|
||||
|
||||
# Clippy
|
||||
clippyrtic:
|
||||
|
|
Loading…
Reference in a new issue