Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
badumbatish authored Jul 1, 2024
1 parent 8ad8d04 commit 2ae85f5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Rust
uses: actions/setup-rust@v2
with:
rust-version: stable
uses: dtolnay/rust-toolchain@stable
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down

0 comments on commit 2ae85f5

Please sign in to comment.