diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 445922c6..2689fdd4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,7 +11,7 @@ env: CARGO_TERM_COLOR: always CARGO_TERM_PROGRESS_WHEN: never # logging: - RUST_LOG: trace + # RUST_LOG: trace CARGO_PLAYDATE_LOG: trace jobs: @@ -254,8 +254,8 @@ jobs: -p=playdate-graphics --no-deps --no-default-features - --features=bindgen-runtime,lang-items,bindings-derive-debug - --all-targets + --features=bindgen-runtime,bindings-derive-debug + --lib -- -Wclippy::all -Wclippy::pedantic @@ -275,7 +275,8 @@ jobs: -p=playdate-menu -p=playdate-graphics --no-default-features - --features=bindgen-runtime,lang-items,bindings-derive-debug + --features=bindgen-runtime,bindings-derive-debug + --lib --fix -- -Wclippy::all