File tree 8 files changed +8
-8
lines changed
mithril-test-lab/mithril-end-to-end
8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 95
95
with :
96
96
name : clippy-${{ matrix.project }}
97
97
token : ${{ secrets.GITHUB_TOKEN }}
98
- args : --release --all-features -p ${{ env.CARGO_PROJECT_NAME }}
98
+ args : --release --all-features --all-targets - p ${{ env.CARGO_PROJECT_NAME }}
99
99
100
100
- name : Cargo fmt
101
101
uses : actions-rs/cargo@v1
Original file line number Diff line number Diff line change 24
24
25
25
check :
26
26
${CARGO} check --release --all-features --all-targets
27
- ${CARGO} clippy --release --all-features
27
+ ${CARGO} clippy --release --all-features --all-targets
28
28
${CARGO} fmt --check
29
29
30
30
clean :
Original file line number Diff line number Diff line change 19
19
20
20
check :
21
21
${CARGO} check --release --all-features --all-targets
22
- ${CARGO} clippy --release --all-features
22
+ ${CARGO} clippy --release --all-features --all-targets
23
23
${CARGO} fmt --check
24
24
25
25
help :
Original file line number Diff line number Diff line change 24
24
25
25
check :
26
26
${CARGO} check --release --all-features --all-targets
27
- ${CARGO} clippy --release --all-features
27
+ ${CARGO} clippy --release --all-features --all-targets
28
28
${CARGO} fmt --check
29
29
30
30
clean :
Original file line number Diff line number Diff line change 12
12
13
13
check :
14
14
${CARGO} check --release --all-features --all-targets
15
- ${CARGO} clippy --release --all-features
15
+ ${CARGO} clippy --release --all-features --all-targets
16
16
${CARGO} fmt --check
17
17
18
18
doc :
Original file line number Diff line number Diff line change 20
20
21
21
check :
22
22
${CARGO} check --release --all-features --all-targets
23
- ${CARGO} clippy --release --all-features
23
+ ${CARGO} clippy --release --all-features --all-targets
24
24
${CARGO} fmt --check
25
25
26
26
clean :
Original file line number Diff line number Diff line change 19
19
20
20
check :
21
21
${CARGO} check --release --all-features --all-targets
22
- ${CARGO} clippy --release --all-features
22
+ ${CARGO} clippy --release --all-features --all-targets
23
23
${CARGO} fmt --check
24
24
25
25
help :
Original file line number Diff line number Diff line change 18
18
19
19
check :
20
20
${CARGO} check --release --all-features --all-targets
21
- ${CARGO} clippy --release --all-features
21
+ ${CARGO} clippy --release --all-features --all-targets
22
22
${CARGO} fmt --check
23
23
24
24
clean :
You can’t perform that action at this time.
0 commit comments