Skip to content

Commit

Permalink
ci: run fmt-clippy-docs on beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Fishrock123 committed Nov 6, 2020
1 parent cf18985 commit f5d6dc5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,11 @@ jobs:
steps:
- uses: actions/checkout@master

- name: nightly setup
run: |
rustup toolchain install nightly
rustup default nightly
- name: beta install
run: rustup toolchain install beta

- name: beta setup
run: rustup default beta

- name: clippy
run: cargo clippy --workspace --bins --examples --tests -- -D warnings
Expand Down

0 comments on commit f5d6dc5

Please sign in to comment.