Skip to content

Commit

Permalink
another try, another target
Browse files Browse the repository at this point in the history
  • Loading branch information
boozook committed Sep 12, 2023
1 parent 0fda822 commit 8ea1aa0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 8ea1aa0

Please sign in to comment.