Skip to content

Commit 436dadf

Browse files
ci: Check logging code
Fixes: #114
1 parent 7aea23b commit 436dadf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,11 @@ jobs:
8181
cargo check --package trussed-core --all-targets
8282
if: matrix.target == 'x86_64-unknown-linux-gnu'
8383

84+
- name: Check all targets with default features and logging
85+
run: |
86+
cargo check --all-targets --features log-all
87+
if: matrix.target == 'x86_64-unknown-linux-gnu'
88+
8489
- name: Check all features and targets
8590
run: |
8691
cargo check --workspace --all-features --all-targets

0 commit comments

Comments
 (0)