Skip to content

Commit

Permalink
Run CI cargo commands with --all-targets to include examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
de-vri-es committed Sep 30, 2023
1 parent fb0fd37 commit 75524be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: build
args: --all-features --color=always
args: --all-features --all-targets --color=always
- name: Clippy
uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --release --all-features
args: --all-features --all-targets
- name: Test
uses: actions-rs/cargo@v1
with:
command: test
args: --all-features --color=always
args: --all-features --all-targets --color=always

0 comments on commit 75524be

Please sign in to comment.