Skip to content

Commit

Permalink
ci: Pick the proper stable version
Browse files Browse the repository at this point in the history
Signed-off-by: Miquel Sabaté Solà <[email protected]>
  • Loading branch information
mssola committed Oct 18, 2024
1 parent 65110c3 commit c58fab3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Ensure latest Rust stable
run: |
rustup update stable
rustup default stable
- name: Run tests
run: cargo test --verbose

Expand Down

0 comments on commit c58fab3

Please sign in to comment.