Skip to content

Commit 1cb5810

Browse files
committed
objdump
1 parent 5263be5 commit 1cb5810

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/build-test-macos.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,9 +168,11 @@ jobs:
168168
run: ./build/${{ matrix.config }}/bin/MeshViewer -tryHidden -noEventLoop -unloadPluginsAtEnd
169169

170170
- name: Unit Tests
171-
run: ./build/${{ matrix.config }}/bin/MRTest
171+
run: |
172+
objdump -T ./build/${{ matrix.config }}/bin/libMRMesh.dylib | c++filt
173+
./build/${{ matrix.config }}/bin/MRTest
172174
173-
- name: C Unit Tests (old bindings)
175+
- name: C Unit Tests (old bindings)
174176
run: ./build/${{ matrix.config }}/bin/MRTestC
175177

176178
- name: C Unit Tests

0 commit comments

Comments
 (0)