Skip to content

Commit c5077ca

Browse files
author
github-actions
committed
1 parent 74be268 commit c5077ca

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
uses: actions-rs/toolchain@v1
3333
with:
3434
toolchain: ${{ matrix.rust }}
35+
profile: minimal
3536
override: true
3637
- name: Checkout repository
3738
uses: actions/checkout@v2
@@ -71,6 +72,7 @@ jobs:
7172
- uses: actions-rs/toolchain@v1
7273
with:
7374
toolchain: stable
75+
profile: minimal
7476
override: true
7577
- uses: actions-rs/cargo@v1
7678
with:

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
uses: actions-rs/toolchain@v1
6868
with:
6969
toolchain: stable
70+
prifile: minimal
7071
override: true
7172
- name: Run cargo-tarpaulin
7273
uses: actions-rs/[email protected]

0 commit comments

Comments
 (0)