Skip to content

Commit 0d15a70

Browse files
committed
Remove redundant job
Signed-off-by: Wiktor Kwapisiewicz <wiktor@metacode.biz>
1 parent f1ecf38 commit 0d15a70

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
@@ -100,18 +100,6 @@ jobs:
100100
RUST_BACKTRACE=1 cargo build --all-features &&
101101
RUST_BACKTRACE=1 cargo test
102102
103-
build-msrv:
104-
name: MSRV - Execute CI script
105-
runs-on: ubuntu-latest
106-
steps:
107-
- uses: actions/checkout@v4
108-
- name: Setup Rust toolchain on MSRV
109-
uses: actions-rs/toolchain@v1
110-
with:
111-
toolchain: 1.66.0
112-
- name: "Installs SoftHSM and execute tests"
113-
uses: ./.github/actions/ci_script
114-
115103
links:
116104
name: Check links
117105
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)