Skip to content

Commit 62e3195

Browse files
[CI][Capnproto] Added Basic Regression Test with CAPNPROTO Disabled
There has been some regressions with regard to CAPNPROTO being disabled since all of the CI tests have CAPNPROTO enabled. Added a basic regression test to the CI which will run the vtr_reg_basic tests with CAPNPROTO disabled. This will test both that everything builds and basic VPR tests will run. In the future we should test direct features that disabling CAPNPROTO would affect (such as writing and reading routing files); however, for now this will prevent the regressions previous seen.
1 parent 2233544 commit 62e3195

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,11 @@ jobs:
197197
params: '-DVTR_ASSERT_LEVEL=3 -DWITH_BLIFEXPLORER=on -DVPR_USE_EZGL=off',
198198
suite: 'vtr_reg_basic'
199199
},
200+
{
201+
name: 'Basic with CAPNPROTO disabled',
202+
params: '-DVTR_ASSERT_LEVEL=3 -DWITH_BLIFEXPLORER=on -DVTR_ENABLE_CAPNPROTO=off',
203+
suite: 'vtr_reg_basic'
204+
},
200205
{
201206
name: 'Basic with VTR_ENABLE_DEBUG_LOGGING',
202207
params: '-DVTR_ASSERT_LEVEL=3 -DWITH_BLIFEXPLORER=on -DVTR_ENABLE_DEBUG_LOGGING=on',

0 commit comments

Comments
 (0)