Skip to content

Commit

Permalink
ci: run fmt-clippy-docs on stable
Browse files Browse the repository at this point in the history
Avoids components sometimes not being available on nightly, and has less complexity than running beta.
  • Loading branch information
Fishrock123 committed Nov 10, 2020
1 parent cf18985 commit 2f3dec9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,6 @@ jobs:
steps:
- uses: actions/checkout@master

- name: nightly setup
run: |
rustup toolchain install nightly
rustup default nightly
- name: clippy
run: cargo clippy --workspace --bins --examples --tests -- -D warnings

Expand Down

0 comments on commit 2f3dec9

Please sign in to comment.