Skip to content

Commit

Permalink
fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszKielar committed Oct 16, 2020
1 parent adc7092 commit ee309f4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: actions-rs/cargo@1
- name: cargo-test
uses: actions-rs/[email protected]
with:
command: test
args: --release
- uses: actions-rs/clippy-check@v1
- name: clippy-check
uses: actions-rs/[email protected]
with:
args: --all-features

0 comments on commit ee309f4

Please sign in to comment.