Skip to content

Commit

Permalink
fix: action
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakFarmer committed Nov 4, 2023
1 parent b66ebd3 commit 10c73f4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/cargo-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install stable toolchain
uses: dtolnay/rust-toolchain@stable
- name: Setup toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Run testsuite
run: cargo test

0 comments on commit 10c73f4

Please sign in to comment.