Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit abaad04

Browse files
committed
remove msrv check as it's not needed for a binary
1 parent 7e2a6ca commit abaad04

1 file changed

Lines changed: 0 additions & 17 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -51,23 +51,6 @@ jobs:
5151
run: just ci-test
5252
- name: Journey
5353
run: cargo test --workspace --no-default-features
54-
msrv:
55-
name: "Check MSRV: 1.65.0"
56-
runs-on: ubuntu-latest
57-
steps:
58-
- name: Checkout repository
59-
uses: actions/checkout@v3
60-
- name: Install Rust
61-
uses: dtolnay/rust-toolchain@stable
62-
with:
63-
toolchain: 1.65.0 # MSRV
64-
- uses: Swatinem/rust-cache@v2
65-
- name: Default features
66-
run: cargo check --workspace --all-targets
67-
- name: All features
68-
run: cargo check --workspace --all-targets --all-features
69-
- name: No-default features
70-
run: cargo check --workspace --all-targets --no-default-features
7154
lockfile:
7255
runs-on: ubuntu-latest
7356
steps:

0 commit comments

Comments
 (0)