Skip to content

Commit bfbe10e

Browse files
committed
fix ci
1 parent b4f68ab commit bfbe10e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
env:
6969
COLINK_SERVER_MQ_URI: ${{ matrix.mq_uri }}
7070
COLINK_SERVER_MQ_API: ${{ matrix.mq_api }}
71-
run: cargo test
71+
run: cargo test --features="storage_macro_dbc"
7272
- name: Run tests (standalone)
7373
if: ${{ matrix.mq == 'standalone' }}
74-
run: cargo test
74+
run: cargo test --features="storage_macro_dbc"

0 commit comments

Comments
 (0)