Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
QueenOfSquiggles authored Nov 26, 2023
1 parent f9e4bbe commit 6a4d432
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with:
toolchain: stable

- uses: actions-rs/[email protected]
with:
command: check

- uses: actions-rs/[email protected]
with:
command: test

- uses: actions/[email protected]
- name: Rust Cache
uses: Swatinem/[email protected]
- name: rust-cargo
uses: actions-rs/[email protected]
- name: rust-check
run: cargo check --verbose
- name: rust-test
run: cargo test --verbose


0 comments on commit 6a4d432

Please sign in to comment.