Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
stneng committed May 11, 2023
1 parent b4f68ab commit bfbe10e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
env:
COLINK_SERVER_MQ_URI: ${{ matrix.mq_uri }}
COLINK_SERVER_MQ_API: ${{ matrix.mq_api }}
run: cargo test
run: cargo test --features="storage_macro_dbc"
- name: Run tests (standalone)
if: ${{ matrix.mq == 'standalone' }}
run: cargo test
run: cargo test --features="storage_macro_dbc"

0 comments on commit bfbe10e

Please sign in to comment.