Skip to content

Commit

Permalink
Merge pull request #20 from reiseburo/rtyler-patch-1
Browse files Browse the repository at this point in the history
Add clippy-check to the actions
  • Loading branch information
rtyler authored May 11, 2020
2 parents 37ff647 + c292ce1 commit 6dc8add
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ jobs:
- uses: actions/checkout@v2
- name: Prepare
run: sudo apt-get install -qy libsasl2-dev

- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --all-features

- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down

0 comments on commit 6dc8add

Please sign in to comment.