From 8661ca2f4ba29af5183fc20a573abe00d94d332e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= Date: Mon, 6 Feb 2023 13:42:32 +0100 Subject: [PATCH] CI: Improve naming and styling --- .github/workflows/build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5d2fd8a1cb..8ad1814990 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: