File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -256,7 +256,7 @@ jobs:
256256 matrix :
257257 include : [
258258 {
259- name : ' Basic_odin ' ,
259+ name : ' Basic ' ,
260260 params : ' -DVTR_ASSERT_LEVEL=3 -DVTR_ENABLE_SANITIZE=on -DVTR_IPO_BUILD=off -DWITH_BLIFEXPLORER=on -DWITH_ODIN=on' ,
261261 suite : ' vtr_reg_basic_odin'
262262 }
@@ -307,7 +307,7 @@ jobs:
307307 run : |
308308 export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
309309 ./.github/scripts/build.sh
310- ./run_reg_test.py parmys_reg_basic -show_failures -j4
310+ ./run_reg_test.py parmys_reg_basic -show_failures -j2
311311
312312
313313 ODINII :
@@ -381,7 +381,7 @@ jobs:
381381
382382 - name : Test
383383 env :
384- CMAKE_PARAMS : " -DVTR_ASSERT_LEVEL=3 -DWITH_BLIFEXPLORER=on"
384+ CMAKE_PARAMS : " -DVTR_ASSERT_LEVEL=3 -DWITH_BLIFEXPLORER=on -DWITH_ODIN=on "
385385 MATRIX_EVAL : ${{ matrix.eval }}
386386 BUILD_TYPE : release
387387 run : |
You can’t perform that action at this time.
0 commit comments