diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 097dcc7..d1e5c25 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,23 +25,23 @@ jobs: - run: cargo clippy --no-deps working-directory: ./examples/${{ matrix.example }} - ci-libs: + ci-crates: runs-on: ubuntu-latest strategy: matrix: crate: [pic32-hal, mips-rt] include: - - crate: pic32-hal - features: "pic32mx2xxfxxxb, usb-device" + - crate: pic32-hal + features: "pic32mx2xxfxxxb, usb-device" steps: - uses: actions/checkout@v2 - uses: actions-rs/toolchain@v1 with: - profile: minimal - toolchain: nightly - override: true - components: rust-src, clippy + profile: minimal + toolchain: nightly + override: true + components: rust-src, clippy - run: cargo check --features "${{ matrix.features }}" working-directory: ./${{ matrix.crate }} - run: cargo clippy --no-deps --features "${{ matrix.features }}" - working-directory: ./${{ matrix.crate }} \ No newline at end of file + working-directory: ./${{ matrix.crate }}