Skip to content

Commit

Permalink
ci: fix minimal versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Drakulix committed Mar 27, 2021
1 parent e35d430 commit 33c8ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
key: ${{ runner.os }}-build-rust_nightly-check-minimal-${{ hashFiles('**/Cargo.toml') }}
- uses: actions-rs/cargo@v1
with:
cmd: check
command: check
args: --all --all-features -Z minimal-versions

test:
Expand Down

0 comments on commit 33c8ac9

Please sign in to comment.