Skip to content

Commit 305c894

Browse files
committed
Switch to minimal rustup profile
1 parent 5af16c8 commit 305c894

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/CI.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
with:
1515
toolchain: ${{ matrix.rust }}
1616
components: clippy
17+
profile: minimal
1718
- uses: actions/checkout@master
1819
- name: Check
1920
run: cargo check --all --bins --examples --tests --benches
@@ -104,6 +105,7 @@ jobs:
104105
- uses: actions-rs/toolchain@v1
105106
with:
106107
toolchain: ${{ matrix.rust }}
108+
profile: minimal
107109
- uses: actions/checkout@master
108110
- name: Build
109111
run: cargo build
@@ -121,6 +123,7 @@ jobs:
121123
- uses: actions-rs/toolchain@v1
122124
with:
123125
toolchain: stable
126+
profile: minimal
124127
- uses: actions/checkout@master
125128
- name: Build
126129
run: cargo build
@@ -135,6 +138,7 @@ jobs:
135138
- uses: actions-rs/toolchain@v1
136139
with:
137140
toolchain: stable
141+
profile: minimal
138142
- uses: actions/checkout@master
139143
- name: "Test log support"
140144
run: (cd tracing/test-log-support && cargo test)
@@ -155,6 +159,7 @@ jobs:
155159
- uses: actions-rs/toolchain@v1
156160
with:
157161
toolchain: nightly
162+
profile: minimal
158163
- uses: actions/checkout@master
159164
- name: "Test tracing-futures std::future support"
160165
run: (cd tracing-futures/test_std_future && cargo test)
@@ -174,6 +179,7 @@ jobs:
174179
with:
175180
toolchain: stable
176181
components: rustfmt
182+
profile: minimal
177183
- uses: actions/checkout@master
178184
- name: rustfmt
179185
run: cargo fmt --all -- --check
@@ -186,6 +192,7 @@ jobs:
186192
- uses: actions-rs/toolchain@v1
187193
with:
188194
toolchain: stable
195+
profile: minimal
189196
- uses: actions/checkout@master
190197
- name: warnings
191198
run: RUSTFLAGS="-Dwarnings" cargo check --all

0 commit comments

Comments
 (0)