Skip to content

Commit

Permalink
CI: install cargo-binstall
Browse files Browse the repository at this point in the history
  • Loading branch information
TheVeryDarkness committed Aug 29, 2024
1 parent 58ed082 commit 37a85ef
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
on: [push]

name: and Test
name: Lint and Test

env:
RUSTFLAGS: "-Dwarnings"
Expand All @@ -21,11 +21,13 @@ jobs:
toolchain: 1.63
- name: cargo test
run: cargo test --workspace
- name: install cargo-msrv
- name: Install cargo-binstall
uses: cargo-bins/[email protected]
- name: Install cargo-msrv
run: cargo binstall --no-confirm cargo-msrv
- name: cargo msrv
- name: Check the version of cargo-msrv
run: cargo msrv --version
- name: cargo msrv verify
- name: Verify the Minimum Supported Rust Version
run: cargo msrv verify
miri:
name: MIRI Test
Expand Down

0 comments on commit 37a85ef

Please sign in to comment.