Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
John Collins committed Mar 10, 2024
1 parent ab5e64a commit f73ee8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/manifold.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
if: matrix.parallel_backend != 'NONE' || matrix.cuda_support != 'OFF'
run: |
export PYTHONPATH=$PYTHONPATH:$(pwd)/build/bindings/python
cd build/bin
cd build/test
./manifold_test
cd ../../
python3 bindings/python/examples/run_all.py
Expand Down Expand Up @@ -323,7 +323,7 @@ jobs:
mvn package -Dos.classifier=mac-${{matrix.parallel_backend}}-x86_64
- name: Test
run: |
cd build/bin
cd build/test
./manifold_test
- name: Upload artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit f73ee8d

Please sign in to comment.