File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 31
31
- uses : dtolnay/rust-toolchain@master
32
32
with :
33
33
toolchain : ${{matrix.rust}}
34
+ components : rust-src
34
35
- run : cargo test
35
36
- run : cargo test --no-default-features
36
37
- run : cargo test --features span-locations
86
87
- uses : dtolnay/rust-toolchain@nightly
87
88
with :
88
89
target : wasm32-unknown-unknown
90
+ components : rust-src
89
91
- run : cargo test --target wasm32-unknown-unknown --no-run
90
92
91
93
fuzz :
97
99
steps :
98
100
- uses : actions/checkout@v3
99
101
- uses : dtolnay/rust-toolchain@nightly
102
+ with :
103
+ components : rust-src
100
104
- uses : dtolnay/install@cargo-fuzz
101
105
- run : cargo fuzz check
102
106
- run : cargo check --no-default-features --features afl
@@ -113,7 +117,9 @@ jobs:
113
117
timeout-minutes : 45
114
118
steps :
115
119
- uses : actions/checkout@v3
116
- - uses : dtolnay/rust-toolchain@clippy
120
+ - uses : dtolnay/rust-toolchain@nightly
121
+ with :
122
+ components : clippy, rust-src
117
123
- run : cargo clippy --tests -- -Dclippy::all -Dclippy::pedantic
118
124
- run : cargo clippy --tests --all-features -- -Dclippy::all -Dclippy::pedantic
119
125
You can’t perform that action at this time.
0 commit comments