Skip to content

Commit

Permalink
iox-#5 Squash me rust minimal
Browse files Browse the repository at this point in the history
  • Loading branch information
elBoberido committed Jun 25, 2022
1 parent 47f7c6b commit f8fdc20
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ jobs:
uses: actions-rs/toolchain@v1
with:
toolchain: stable
components: rustfmt
profile: minimal
override: true
components: rustfmt
- name: Check formatting
run: cargo fmt --check

Expand All @@ -43,8 +44,9 @@ jobs:
uses: actions-rs/toolchain@v1
with:
toolchain: ${{ matrix.toolchain }}
components: clippy
profile: minimal
override: true
components: clippy
- name: Setup cache
uses: actions/cache@v2
with:
Expand Down Expand Up @@ -77,8 +79,9 @@ jobs:
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
components: llvm-tools-preview
profile: minimal
override: true
components: llvm-tools-preview
- name: Setup cache
uses: actions/cache@v2
with:
Expand Down

0 comments on commit f8fdc20

Please sign in to comment.