mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-25 21:19:35 +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
|
# Compilation check
|
||||||
check:
|
check:
|
||||||
name: check rtic
|
name: check
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
@ -143,8 +143,7 @@ jobs:
|
||||||
- name: Cache Dependencies
|
- name: Cache Dependencies
|
||||||
uses: Swatinem/rust-cache@v2
|
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
|
# Clippy
|
||||||
clippyrtic:
|
clippyrtic:
|
||||||
|
|
Loading…
Reference in a new issue