Skip to content

Commit

Permalink
Revert to --all for older toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
paupino committed Apr 24, 2021
1 parent 3595fc5 commit c64b400
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Expand Up @@ -134,13 +134,13 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: fmt
args: --workspace -- --check
args: --all -- --check

- name: Run clippy
uses: actions-rs/cargo@v1
with:
command: clippy
args: --workspace --all-features
args: --all --all-features

minimum_rust_version:
name: Check minimum rust version
Expand Down Expand Up @@ -175,4 +175,4 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: check
args: --workspace
args: --all

0 comments on commit c64b400

Please sign in to comment.