File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ jobs:
139139 - name : install wheel
140140 run :
141141 ls
142- && python3 -m pip install wheelhouse/ libmapper*-py3-none-manylinux_2_24_x86_64.whl
142+ && python3 -m pip install libmapper*-py3-none-manylinux_2_24_x86_64.whl
143143 - name : checkout
144144 uses : actions/checkout@v6
145145 with :
@@ -269,7 +269,12 @@ jobs:
269269 - name : run tests
270270 run : |
271271 cd test
272- make tests
272+ echo running testparams
273+ ./testparams -tf
274+ echo running testprops
275+ ./testprops -tf
276+ echo running testlinear
277+ ./testlinear -tf
273278 cd ..
274279 - name : python wheels
275280 run :
@@ -280,9 +285,7 @@ jobs:
280285 - uses : actions/upload-artifact@v7
281286 with :
282287 name : artifact_macos
283- path : |
284- ./wheelhouse/*.whl
285- ./liblo/config.h
288+ path : ./wheelhouse/*.whl
286289 - name : prepare test artifact
287290 run : |
288291 mkdir test_artifact
You can’t perform that action at this time.
0 commit comments