Skip to content

Commit

Permalink
CI: Use Rust 1.80
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersTrier committed Jul 29, 2024
1 parent 79e46b1 commit 5c50fbc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,13 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: "1.80"

- name: Build
run: cargo build --verbose

- name: Run tests
run: cargo test --verbose -- --include-ignored

0 comments on commit 5c50fbc

Please sign in to comment.