From ba416535640c572f7237a51d2be49bde3c3a3956 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Sun, 16 Jun 2024 15:58:08 +0200 Subject: [PATCH] fix CI file --- .github/workflows/ci.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d6ec01f..298a8ba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,6 +2,7 @@ name: ci on: [push, pull_request] jobs: + check: name: Check build strategy: matrix: @@ -27,7 +28,6 @@ jobs: targets: "armv7-unknown-linux-gnueabihf, thumbv7em-none-eabihf" - run: cargo check --release --target=${{matrix.target}} --no-default-features - check: test: name: Run Tests runs-on: ubuntu-latest @@ -39,14 +39,6 @@ jobs: - run: cargo nextest run --all-features - run: cargo test --doc - msrv: - name: Check MSRV - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: dtolnay/rust-toolchain@1.68.2 - - run: cargo check --release - fmt: name: Check formatting runs-on: ubuntu-latest