Skip to content

Commit

Permalink
Use stable toolchain for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jannic committed Apr 16, 2024
1 parent 8f0e549 commit 22a04ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,21 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@beta
- uses: dtolnay/rust-toolchain@stable
- run: cargo test --workspace

test-all-features:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@beta
- uses: dtolnay/rust-toolchain@stable
- run: cargo test --workspace --all-features

build-nostd:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@beta
- uses: dtolnay/rust-toolchain@stable
with:
target: thumbv7m-none-eabi
- run: >
Expand Down

0 comments on commit 22a04ce

Please sign in to comment.