File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 23
23
uses : dtolnay/rust-toolchain@stable
24
24
25
25
- name : Check
26
- run : cargo check --all --all-features --all-targets
26
+ run : cargo check --locked -- all --all-features --all-targets
27
27
28
28
test :
29
29
runs-on : ${{ matrix.os }}
55
55
56
56
- name : Test
57
57
run : |
58
- cargo test --all
59
- cargo test -p tokio-rustls --features early-data --test early-data
58
+ cargo test --locked -- all
59
+ cargo test --locked - p tokio-rustls --features early-data --test early-data
60
60
61
61
lints :
62
62
name : Lints
75
75
76
76
- name : Run cargo clippy
77
77
if : always()
78
- run : cargo clippy --all-features -- -D warnings
78
+ run : cargo clippy --locked -- all-features -- -D warnings
79
79
80
80
msrv :
81
81
name : MSRV
88
88
with :
89
89
toolchain : " 1.63"
90
90
91
- - run : cargo check --lib --all-features
91
+ - run : cargo check --locked -- lib --all-features
You can’t perform that action at this time.
0 commit comments