We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1ecf38 commit 0d15a70Copy full SHA for 0d15a70
.github/workflows/ci.yml
@@ -100,18 +100,6 @@ jobs:
100
RUST_BACKTRACE=1 cargo build --all-features &&
101
RUST_BACKTRACE=1 cargo test
102
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
-
115
links:
116
name: Check links
117
runs-on: ubuntu-latest
0 commit comments