1
0
mirror of https://github.com/mre/mos6502.git synced 2024-06-07 23:29:30 +00:00

Revert "disable failing lint in build-time dependencies"

This reverts commit c87975e937.
This commit is contained in:
Sam M W 2023-10-29 14:40:42 +00:00
parent 030e6c1d0a
commit 09b78bed30
2 changed files with 4 additions and 4 deletions

View File

@ -27,8 +27,8 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: clippy
# --all-targets makes it lint tests too, but fails on skeptic
args: -- --deny warnings
# --all-targets makes it lint tests too
args: --all-targets -- --deny warnings
- name: Run test
uses: actions-rs/cargo@v1
with:

View File

@ -46,8 +46,8 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: clippy
# --all-targets makes it lint tests too, but fails on skeptic
args: --all-features -- -D warnings
# --all-targets makes it lint tests too
args: --all-targets --all-features -- -D warnings
audit:
runs-on: ubuntu-latest