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