Skip to content

Commit

Permalink
.github workflows ci_checks: switch to nightly only
Browse files Browse the repository at this point in the history
  • Loading branch information
cmnord committed Sep 4, 2023
1 parent b7a59fc commit aa050b2
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci_checks.yml
Expand Up @@ -11,12 +11,9 @@ jobs:
continue-on-error: ${{ matrix.experimental || false }}
strategy:
matrix:
# All generated code should be running on stable now
rust: [nightly, stable]
rust: [nightly]
include:
# Nightly is only for reference and allowed to fail
- rust: nightly
experimental: true
os:
# Check compilation works on common OSes
# (i.e. no path issues)
Expand All @@ -40,7 +37,7 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: true
- uses: dtolnay/rust-toolchain@stable
- uses: dtolnay/rust-toolchain@nightly
with:
components: clippy
target: thumbv6m-none-eabi
Expand All @@ -52,7 +49,7 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: true
- uses: dtolnay/rust-toolchain@stable
- uses: dtolnay/rust-toolchain@nightly
with:
components: rustfmt
target: thumbv6m-none-eabi
Expand Down

0 comments on commit aa050b2

Please sign in to comment.