aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik Tjäder <henrik@tjaders.com>2023-02-06 13:42:32 +0100
committerHenrik Tjäder <henrik@tjaders.com>2023-03-01 00:35:16 +0100
commit8661ca2f4ba29af5183fc20a573abe00d94d332e (patch)
tree94630b89bd7202e483f5dc7e5a580ce0b0fba80e
parent7bcbdf73062ba78c957513c7e38065410dfb67ef (diff)
CI: Improve naming and styling
-rw-r--r--.github/workflows/build.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 5d2fd8a..8ad1814 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: