Skip to content

Commit dd260de

Browse files
authored
Split C/Fortran tests and colorize Google Test output in CI tests (#96)
1 parent ff61aa6 commit dd260de

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,9 +196,17 @@ jobs:
196196
env:
197197
LIBTRIXI_DEBUG: all
198198

199-
- name: Run C/Fortran tests
199+
- name: Run C tests
200200
run: |
201-
cd build
201+
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
202210
ctest -V
203211
env:
204212
LIBTRIXI_DEBUG: all

0 commit comments

Comments
 (0)