Skip to content

Commit 359444d

Browse files
committed
Remove redundant job
Signed-off-by: Wiktor Kwapisiewicz <wiktor@metacode.biz>
1 parent 452120a commit 359444d

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -93,18 +93,6 @@ jobs:
9393
RUST_BACKTRACE=1 cargo build --all-features &&
9494
RUST_BACKTRACE=1 cargo test
9595
96-
build-msrv:
97-
name: MSRV - Execute CI script
98-
runs-on: ubuntu-latest
99-
steps:
100-
- uses: actions/checkout@v4
101-
- name: Setup Rust toolchain on MSRV
102-
uses: actions-rs/toolchain@v1
103-
with:
104-
toolchain: 1.66.0
105-
- name: "Installs SoftHSM and execute tests"
106-
uses: ./.github/actions/ci_script
107-
10896
links:
10997
name: Check links
11098
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)