We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aea23b commit 436dadfCopy full SHA for 436dadf
.github/workflows/ci.yml
@@ -81,6 +81,11 @@ jobs:
81
cargo check --package trussed-core --all-targets
82
if: matrix.target == 'x86_64-unknown-linux-gnu'
83
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
+
89
- name: Check all features and targets
90
run: |
91
cargo check --workspace --all-features --all-targets
0 commit comments