Skip to content

Commit

Permalink
github actions toolchain update
Browse files Browse the repository at this point in the history
  • Loading branch information
liborty committed Nov 1, 2023
1 parent 09f4e8a commit aee9994
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ jobs:
name: random
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- run: cargo test --release -- --test-threads=1 --nocapture --color always

0 comments on commit aee9994

Please sign in to comment.