Skip to content

Commit ca9fb55

Browse files
committed
recombined fpm tests in CI
1 parent 34d05c6 commit ca9fb55

File tree

1 file changed

+2
-26
lines changed

1 file changed

+2
-26
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -66,33 +66,9 @@ jobs:
6666
if: ${{ matrix.build == 'fpm' }}
6767
run: fpm build --profile release
6868

69-
- name: Run chkder test (fpm)
69+
- name: Run test (fpm)
7070
if: ${{ matrix.build == 'fpm' }}
71-
run: fpm test test_chkder
72-
73-
- name: Run hybrd test (fpm)
74-
if: ${{ matrix.build == 'fpm' }}
75-
run: fpm test test_hybrd
76-
77-
- name: Run hybrj test (fpm)
78-
if: ${{ matrix.build == 'fpm' }}
79-
run: fpm test test_hybrj
80-
81-
- name: Run lmdif test (fpm)
82-
if: ${{ matrix.build == 'fpm' }}
83-
run: fpm test test_lmdif
84-
85-
- name: Run lmstr test (fpm)
86-
if: ${{ matrix.build == 'fpm' }}
87-
run: fpm test test_lmstr
88-
89-
- name: Run examples (fpm)
90-
if: ${{ matrix.build == 'fpm' }}
91-
run: fpm run --example --all
92-
93-
- name: Run lmder test (fpm)
94-
if: ${{ matrix.build == 'fpm' }}
95-
run: fpm test test_lmder
71+
run: fpm test
9672

9773
- name: Setup build (meson)
9874
if: ${{ matrix.build == 'meson' }}

0 commit comments

Comments
 (0)