File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 71
71
SOFTHSM2_CONF : /tmp/softhsm2.conf
72
72
TARGET : ${{ matrix.target }}
73
73
RUST_BACKTRACE : 1
74
+ RUSTFLAGS : " -D warnings"
74
75
run : ./ci.sh
75
76
76
77
tests-kryoptic :
90
91
RUST_BACKTRACE=1 cargo build --all-features &&
91
92
RUST_BACKTRACE=1 cargo test
92
93
93
-
94
94
build-msrv :
95
95
name : MSRV - Execute CI script
96
96
runs-on : ubuntu-latest
@@ -107,10 +107,10 @@ jobs:
107
107
name : Check links
108
108
runs-on : ubuntu-latest
109
109
steps :
110
- - uses : actions/checkout@v4
111
- - name : Link Checker
112
- uses : peter-evans/link-checker@v1
113
- with :
114
- args : -v -r *.md
115
- - name : Fail if there were link errors
116
- run : exit ${{ steps.lc.outputs.exit_code }}
110
+ - uses : actions/checkout@v4
111
+ - name : Link Checker
112
+ uses : peter-evans/link-checker@v1
113
+ with :
114
+ args : -v -r *.md
115
+ - name : Fail if there were link errors
116
+ run : exit ${{ steps.lc.outputs.exit_code }}
Original file line number Diff line number Diff line change @@ -1197,7 +1197,7 @@ fn get_attribute_info_test() -> TestResult {
1197
1197
session. generate_key_pair ( & mechanism, & pub_key_template, & priv_key_template) ?;
1198
1198
1199
1199
let pub_attribs = vec ! [ AttributeType :: PublicExponent , AttributeType :: Modulus ] ;
1200
- let mut priv_attribs = [
1200
+ let priv_attribs = [
1201
1201
AttributeType :: PublicExponent ,
1202
1202
AttributeType :: Modulus ,
1203
1203
AttributeType :: PrivateExponent ,
You can’t perform that action at this time.
0 commit comments