Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions .github/workflows/rolling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ jobs:
- name: cargo install cargo-hack
uses: taiki-e/install-action@cargo-hack
- name: cargo check
run: |
cargo check -F mimxrt633s,rt,defmt,time,time-driver,unstable-pac
cargo check -F mimxrt685s,rt,defmt,time,time-driver,unstable-pac
run: cargo check -F full

msrv:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -60,6 +58,4 @@ jobs:
with:
toolchain: ${{ matrix.msrv }}
- name: cargo +${{ matrix.msrv }} check
run: |
cargo check -F mimxrt633s,rt,defmt,time,time-driver,unstable-pac
cargo check -F mimxrt685s,rt,defmt,time,time-driver,unstable-pac
run: cargo check -F full
Loading