Skip to content

Commit

Permalink
Rust CI actions update
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz committed Jan 25, 2025
1 parent 81cfbba commit 7c243ef
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/ci-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,14 @@ jobs:
include:
- toolchain: 1.78.0 # test MSRV
os: ubuntu-latest
- toolchain: nightly
os: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: Install toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: ${{ matrix.toolchain }}
override: true
run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- name: Log active toolchain
run: rustup show
- name: Run cargo test in release mode
uses: actions-rs/cargo@v1
with:
command: test
args: --all --release
run: cargo test --all --release

0 comments on commit 7c243ef

Please sign in to comment.