Skip to content

Commit

Permalink
Merge pull request #2513 from AlexandreSinger/feature-disable-capnpro…
Browse files Browse the repository at this point in the history
…to-ci

[CI][Capnproto] Added Basic Regression Test with CAPNPROTO Disabled
  • Loading branch information
vaughnbetz authored Mar 21, 2024
2 parents 911e6b8 + 62e3195 commit c1c1e3d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,11 @@ jobs:
params: '-DVTR_ASSERT_LEVEL=3 -DWITH_BLIFEXPLORER=on -DVPR_USE_EZGL=off',
suite: 'vtr_reg_basic'
},
{
name: 'Basic with CAPNPROTO disabled',
params: '-DVTR_ASSERT_LEVEL=3 -DWITH_BLIFEXPLORER=on -DVTR_ENABLE_CAPNPROTO=off',
suite: 'vtr_reg_basic'
},
{
name: 'Basic with VTR_ENABLE_DEBUG_LOGGING',
params: '-DVTR_ASSERT_LEVEL=3 -DWITH_BLIFEXPLORER=on -DVTR_ENABLE_DEBUG_LOGGING=on',
Expand Down

0 comments on commit c1c1e3d

Please sign in to comment.