Skip to content

Commit b13d368

Browse files
committed
Switch to minimal rustup profile
1 parent 91e2d67 commit b13d368

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
@@ -29,6 +30,7 @@ jobs:
2930
- uses: actions-rs/toolchain@v1
3031
with:
3132
toolchain: ${{ matrix.rust }}
33+
profile: minimal
3234
- uses: actions/checkout@master
3335
- name: Build
3436
run: cargo build
@@ -46,6 +48,7 @@ jobs:
4648
- uses: actions-rs/toolchain@v1
4749
with:
4850
toolchain: stable
51+
profile: minimal
4952
- uses: actions/checkout@master
5053
- name: Build
5154
run: cargo build
@@ -60,6 +63,7 @@ jobs:
6063
- uses: actions-rs/toolchain@v1
6164
with:
6265
toolchain: stable
66+
profile: minimal
6367
- uses: actions/checkout@master
6468
- name: "Test log support"
6569
run: (cd tracing/test-log-support && cargo test)
@@ -80,6 +84,7 @@ jobs:
8084
- uses: actions-rs/toolchain@v1
8185
with:
8286
toolchain: nightly
87+
profile: minimal
8388
- uses: actions/checkout@master
8489
- name: "Test tracing-futures std::future support"
8590
run: (cd tracing-futures/test_std_future && cargo test)
@@ -99,6 +104,7 @@ jobs:
99104
with:
100105
toolchain: stable
101106
components: rustfmt
107+
profile: minimal
102108
- uses: actions/checkout@master
103109
- name: rustfmt
104110
run: cargo fmt --all -- --check
@@ -111,6 +117,7 @@ jobs:
111117
- uses: actions-rs/toolchain@v1
112118
with:
113119
toolchain: stable
120+
profile: minimal
114121
- uses: actions/checkout@master
115122
- name: warnings
116123
run: RUSTFLAGS="-Dwarnings" cargo check --all

0 commit comments

Comments
 (0)