We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 451ffc8 commit c557b41Copy full SHA for c557b41
1 file changed
.github/workflows/ci.yml
@@ -39,5 +39,18 @@ jobs:
39
run: make -C build -j `nproc`
40
- name: Test
41
run: |
42
- find . -iname "*.mtx"
+ ./build/test/gtest/binsparse-tests
43
+
44
+ macos:
45
+ runs-on: 'macos-latest'
46
+ steps:
47
+ - uses: actions/checkout@v4
48
+ - name: CMake
49
+ run: |
50
+ brew install hdf5
51
+ cmake -B build
52
+ - name: Build
53
+ run: make -C build -j
54
+ - name: Test
55
56
./build/test/gtest/binsparse-tests
0 commit comments