File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 14
14
with :
15
15
toolchain : ${{ matrix.rust }}
16
16
components : clippy
17
+ profile : minimal
17
18
- uses : actions/checkout@master
18
19
- name : Check
19
20
run : cargo check --all --bins --examples --tests --benches
29
30
- uses : actions-rs/toolchain@v1
30
31
with :
31
32
toolchain : ${{ matrix.rust }}
33
+ profile : minimal
32
34
- uses : actions/checkout@master
33
35
- name : Build
34
36
run : cargo build
46
48
- uses : actions-rs/toolchain@v1
47
49
with :
48
50
toolchain : stable
51
+ profile : minimal
49
52
- uses : actions/checkout@master
50
53
- name : Build
51
54
run : cargo build
60
63
- uses : actions-rs/toolchain@v1
61
64
with :
62
65
toolchain : stable
66
+ profile : minimal
63
67
- uses : actions/checkout@master
64
68
- name : " Test log support"
65
69
run : (cd tracing/test-log-support && cargo test)
80
84
- uses : actions-rs/toolchain@v1
81
85
with :
82
86
toolchain : nightly
87
+ profile : minimal
83
88
- uses : actions/checkout@master
84
89
- name : " Test tracing-futures std::future support"
85
90
run : (cd tracing-futures/test_std_future && cargo test)
99
104
with :
100
105
toolchain : stable
101
106
components : rustfmt
107
+ profile : minimal
102
108
- uses : actions/checkout@master
103
109
- name : rustfmt
104
110
run : cargo fmt --all -- --check
@@ -111,6 +117,7 @@ jobs:
111
117
- uses : actions-rs/toolchain@v1
112
118
with :
113
119
toolchain : stable
120
+ profile : minimal
114
121
- uses : actions/checkout@master
115
122
- name : warnings
116
123
run : RUSTFLAGS="-Dwarnings" cargo check --all
You can’t perform that action at this time.
0 commit comments