We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d167795 commit 5442192Copy full SHA for 5442192
.github/workflows/ci.yml
@@ -38,4 +38,6 @@ jobs:
38
- name: Build
39
run: make -C build -j `nproc`
40
- name: Test
41
- run: ./build/test/gtest/binsparse-tests
+ run: |
42
+ find . -iname "*.mtx"
43
+ ./build/test/gtest/binsparse-tests
0 commit comments