diff options
author | 2022-07-14 17:45:03 +0200 | |
---|---|---|
committer | 2022-07-14 19:39:43 +0200 | |
commit | 09d2541a7a88441dd91881287c6b56baadde9e51 (patch) | |
tree | c6607fbb038f04080c118c247cd14d9fedc94452 /.github | |
parent | e750809ec23180d6e1e83e5dd3909fcb8d67fa1f (diff) | |
download | iced-09d2541a7a88441dd91881287c6b56baadde9e51.tar.gz iced-09d2541a7a88441dd91881287c6b56baadde9e51.tar.bz2 iced-09d2541a7a88441dd91881287c6b56baadde9e51.zip |
lint-ci: Check examples, tests and benches too
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/lint.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 4a206fbf..09cde39b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -9,4 +9,4 @@ jobs: components: clippy - uses: actions/checkout@master - name: Check lints - run: cargo clippy --workspace --all-features --no-deps + run: cargo clippy --workspace --all-features --all-targets --no-deps |