mirror of
https://github.com/Diggsey/sqlxmq.git
synced 2024-11-21 15:51:00 +00:00
Merge pull request #14 from agraven/ci-all-targets
Also run clippy CI checks on tests
This commit is contained in:
commit
59adc6313f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/toolchain.yml
vendored
2
.github/workflows/toolchain.yml
vendored
|
@ -47,7 +47,7 @@ jobs:
|
|||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: clippy
|
||||
args: -- -D warnings
|
||||
args: --all-targets -- -D warnings
|
||||
|
||||
test:
|
||||
name: Test
|
||||
|
|
Loading…
Reference in a new issue