Skip to content

Commit e16ecc0

Browse files
author
Francesco Rizzi
committed
wip
1 parent 4080892 commit e16ecc0

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/test-all.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -90,20 +90,14 @@ jobs:
9090
cmake \
9191
-DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \
9292
-DCMAKE_BUILD_TYPE:STRING=${{ matrix.config.mode }} \
93-
-DPRESSIOTUTORIALS_ENABLE_TESTS=ON \
9493
-B $BUILD_DIR -S $SRC_HOME
9594
9695
- name: Build tests
9796
run: |
9897
export NUM_CPU=$(grep -c processor /proc/cpuinfo)
9998
cmake --build $BUILD_DIR -j $NUM_CPU
10099
101-
- name: Run tests
102-
run: |
103-
cd $BUILD_DIR
104-
ctest
105-
106-
- name: Run demos
100+
- name: Run tutorials
107101
run: |
108102
cd $BUILD_DIR/ode-using-eigen-types
109103
bash runall_for_ci.sh

0 commit comments

Comments
 (0)