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 b4f68ab commit bfbe10eCopy full SHA for bfbe10e
.github/workflows/check.yml
@@ -68,7 +68,7 @@ jobs:
68
env:
69
COLINK_SERVER_MQ_URI: ${{ matrix.mq_uri }}
70
COLINK_SERVER_MQ_API: ${{ matrix.mq_api }}
71
- run: cargo test
+ run: cargo test --features="storage_macro_dbc"
72
- name: Run tests (standalone)
73
if: ${{ matrix.mq == 'standalone' }}
74
0 commit comments