Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jefffrey committed Jan 3, 2024
1 parent 8926c54 commit c85e67c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,8 @@ jobs:
# with a OS-dependent path.
- name: Setup Rust toolchain
run: |
rustup toolchain install nightly-2023-10-30
rustup default nightly-2023-10-30
rustup toolchain install nightly-2023-10-29
rustup default nightly-2023-10-29
rustup component add rustfmt
- name: Run tests (excluding doctests)
shell: bash
Expand Down

0 comments on commit c85e67c

Please sign in to comment.