Skip to content

Commit 5442192

Browse files
committed
Print out where matrix market files are.
1 parent d167795 commit 5442192

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,6 @@ jobs:
3838
- name: Build
3939
run: make -C build -j `nproc`
4040
- name: Test
41-
run: ./build/test/gtest/binsparse-tests
41+
run: |
42+
find . -iname "*.mtx"
43+
./build/test/gtest/binsparse-tests

0 commit comments

Comments
 (0)