Skip to content

Commit be9ce04

Browse files
committed
Use the minimal toolchain for CI
1 parent be2e5f8 commit be9ce04

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/rust.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
with:
1818
toolchain: ${{ matrix.rust }}
1919
override: true
20+
profile: minimal
2021
- name: Build
2122
uses: actions-rs/cargo@v1
2223
with:
@@ -35,6 +36,8 @@ jobs:
3536
uses: actions-rs/toolchain@v1
3637
with:
3738
toolchain: stable
39+
override: true
40+
profile: minimal
3841
- name: Run cargo-tarpaulin
3942
uses: actions-rs/[email protected]
4043
- name: Upload to codecov.io
@@ -70,6 +73,8 @@ jobs:
7073
uses: actions-rs/toolchain@v1
7174
with:
7275
toolchain: stable
76+
override: true
77+
profile: minimal
7378
- name: Publish
7479
uses: actions-rs/cargo@v1
7580
with:

0 commit comments

Comments
 (0)