We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff61aa6 commit dd260deCopy full SHA for dd260de
1 file changed
.github/workflows/ci.yml
@@ -196,9 +196,17 @@ jobs:
196
env:
197
LIBTRIXI_DEBUG: all
198
199
- - name: Run C/Fortran tests
+ - name: Run C tests
200
run: |
201
- cd build
+ cd build/test/c
202
+ ctest -V
203
+ env:
204
+ LIBTRIXI_DEBUG: all
205
+ GTEST_COLOR: 'yes'
206
+
207
+ - name: Run Fortran tests
208
+ run: |
209
+ cd build/test/fortran
210
ctest -V
211
212
0 commit comments