Skip to content

Commit 6f305ec

Browse files
committed
Fix
1 parent fcbc1fd commit 6f305ec

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,12 @@ jobs:
108108
source /apps/spacks/current/share/spack/setup-env.sh
109109
spack load /ia2365b
110110
cmake -B build -DENABLE_AOCLSPARSE=ON
111+
- name: Build
112+
run: |
113+
make -C build -j `nproc`
114+
- name: Test
115+
run: |
116+
./build/test/gtest/spblas-tests
111117
112118
rocsparse:
113119
runs-on: 'gpu_amd'

0 commit comments

Comments
 (0)