File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99jobs :
1010 build :
1111 runs-on : ${{ matrix.os }}
12- timeout-minutes : 10
12+ timeout-minutes : 20
1313 strategy :
1414 fail-fast : false
1515 matrix :
@@ -143,6 +143,10 @@ jobs:
143143 git clone --depth=1 https://github.com/flintlib/flint
144144 cd flint && ./bootstrap.sh && ./configure CC=${CC} --with-ntl --enable-assert
145145 $MAKE && sudo make install && sudo ldconfig
146+ - name : " Test FLINT"
147+ run : |
148+ cd flint && $MAKE tests && $MAKE check
149+ continue-on-error : true
146150 - name : " Build and Test msolve"
147151 run : |
148152 ./autogen.sh && ./configure && $MAKE && make check
@@ -170,6 +174,10 @@ jobs:
170174 git clone --depth=1 https://github.com/flintlib/flint
171175 cd flint && ./bootstrap.sh && ./configure CC=${CC} --with-ntl --enable-assert
172176 $MAKE && sudo make install && sudo ldconfig
177+ - name : " Test FLINT"
178+ run : |
179+ cd flint && $MAKE tests && $MAKE check
180+ continue-on-error : true
173181 - name : " Build and Test msolve"
174182 run : |
175183 ./autogen.sh && ./configure && $MAKE && SEED=1617753600 make check
You can’t perform that action at this time.
0 commit comments