File tree Expand file tree Collapse file tree 1 file changed +2
-26
lines changed Expand file tree Collapse file tree 1 file changed +2
-26
lines changed Original file line number Diff line number Diff line change 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' }}
You can’t perform that action at this time.
0 commit comments