We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5263be5 commit 1cb5810Copy full SHA for 1cb5810
1 file changed
.github/workflows/build-test-macos.yml
@@ -168,9 +168,11 @@ jobs:
168
run: ./build/${{ matrix.config }}/bin/MeshViewer -tryHidden -noEventLoop -unloadPluginsAtEnd
169
170
- name: Unit Tests
171
- run: ./build/${{ matrix.config }}/bin/MRTest
+ run: |
172
+ objdump -T ./build/${{ matrix.config }}/bin/libMRMesh.dylib | c++filt
173
+ ./build/${{ matrix.config }}/bin/MRTest
174
- - name: C Unit Tests (old bindings)
175
+ - name: C Unit Tests (old bindings)
176
run: ./build/${{ matrix.config }}/bin/MRTestC
177
178
- name: C Unit Tests
0 commit comments