Skip to content

Commit

Permalink
Be consistent around the installation of the different toolchains
Browse files Browse the repository at this point in the history
  • Loading branch information
Urgau authored Jul 18, 2024
1 parent 965fb31 commit f4bab59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
- run: rustup default stable
- run: rustup update stable && rustup default stable
- run: cargo check
- run: cargo test
- run: rustup default nightly
- run: rustup update nightly && rustup default nightly
- run: cargo test --all-features
cross-test:
strategy:
Expand Down

0 comments on commit f4bab59

Please sign in to comment.