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 e0c4cfc commit 73f7fcaCopy full SHA for 73f7fca
.github/workflows/ci.yml
@@ -93,18 +93,6 @@ jobs:
93
RUST_BACKTRACE=1 cargo build --all-features &&
94
RUST_BACKTRACE=1 cargo test
95
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
-
108
links:
109
name: Check links
110
runs-on: ubuntu-latest
0 commit comments