Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e2a6ca commit abaad04Copy full SHA for abaad04
1 file changed
.github/workflows/ci.yml
@@ -51,23 +51,6 @@ jobs:
51
run: just ci-test
52
- name: Journey
53
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
71
lockfile:
72
runs-on: ubuntu-latest
73
steps:
0 commit comments