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 e6e5c62 commit 3194f9cCopy full SHA for 3194f9c
.github/workflows/rust.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
strategy:
16
matrix:
17
- features: ['log', 'defmt-log', '""']
+ features: ['log,is_sync', 'defmt-log,is_sync', 'is_sync']
18
steps:
19
- uses: actions/checkout@v1
20
- name: Build
0 commit comments