Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
d-e-s-o committed Oct 7, 2024
1 parent 6715676 commit 6be3c83
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,10 @@ jobs:
uses: dtolnay/rust-toolchain@master
with:
# Please adjust README file when bumping version.
toolchain: 1.47
toolchain: 1.56
- name: Build
run: |
cargo build --locked --workspace
cargo build --locked --workspace --release
cargo build --locked --ignore-rust-version
clippy:
name: Lint with clippy
Expand Down

0 comments on commit 6be3c83

Please sign in to comment.