Skip to content

Commit

Permalink
small updates to CI script (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
danieleades authored Mar 19, 2022
1 parent ba29969 commit 018d8ef
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 @@ -73,7 +73,7 @@ jobs:
- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --all-features --tests --examples
args: --all-features --all-targets

docs:
name: docs
Expand Down

0 comments on commit 018d8ef

Please sign in to comment.