Skip to content

Commit

Permalink
chore: Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
chorman0773 committed Dec 11, 2024
1 parent 18a45ce commit b271c1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
File renamed without changes.
7 changes: 4 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: true
- name: Install stable
- name: Install Rust 1.75
run: |
rustup update
rustup toolchain add 1.75
- name: Build
run: cargo +stable build --verbose
run: cargo +1.75 build --verbose
- name: Run tests
run: cargo +stable test --verbose
run: cargo +1.75 test --verbose

0 comments on commit b271c1d

Please sign in to comment.