aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-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: