File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
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
build-windows :
97
98
RUST_BACKTRACE=1 cargo build --all-features &&
98
99
RUST_BACKTRACE=1 cargo test
99
100
100
-
101
101
build-msrv :
102
102
name : MSRV - Execute CI script
103
103
runs-on : ubuntu-latest
@@ -114,10 +114,10 @@ jobs:
114
114
name : Check links
115
115
runs-on : ubuntu-latest
116
116
steps :
117
- - uses : actions/checkout@v4
118
- - name : Link Checker
119
- uses : peter-evans/link-checker@v1
120
- with :
121
- args : -v -r *.md
122
- - name : Fail if there were link errors
123
- run : exit ${{ steps.lc.outputs.exit_code }}
117
+ - uses : actions/checkout@v4
118
+ - name : Link Checker
119
+ uses : peter-evans/link-checker@v1
120
+ with :
121
+ args : -v -r *.md
122
+ - name : Fail if there were link errors
123
+ run : exit ${{ steps.lc.outputs.exit_code }}
You can’t perform that action at this time.
0 commit comments