Skip to content

Commit 2c17478

Browse files
committed
drop: removed unused step
1 parent 49c22fe commit 2c17478

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -77,19 +77,3 @@ jobs:
7777
run: cargo publish -p lupus --locked
7878
env:
7979
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
80-
81-
msrv:
82-
name: Minimum supported Rust
83-
if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
84-
runs-on: ubuntu-latest
85-
steps:
86-
- name: Check out repository
87-
uses: actions/checkout@v6
88-
with:
89-
persist-credentials: false
90-
91-
- name: Install Rust 1.88
92-
uses: dtolnay/rust-toolchain@1.88
93-
94-
- name: Check library with MSRV
95-
run: cargo check -p lupus --locked

0 commit comments

Comments
 (0)