File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 38
38
cmake -B build
39
39
- name : Build
40
40
run : VERBOSE=true make -C build -j `nproc`
41
- - name : Test
41
+ - name : Test-Matrix
42
42
run : ctest --test-dir ./build/test/bash
43
+ - name : Install-Julia
44
+ run : curl -fsSL https://install.julialang.org | sh
45
+ - name : Install-Finch
46
+ run : julia -e 'using Pkg; Pkg.add("Finch")'
47
+ - name : Test-Tensor
48
+ run : ctest --test-dir ./build/test/julia
43
49
44
50
clang :
45
51
runs-on : ' ubuntu-latest'
55
61
cmake -B build
56
62
- name : Build
57
63
run : VERBOSE=true make -C build -j `nproc`
58
- - name : Test
64
+ - name : Test-Matrix
59
65
run : ctest --test-dir ./build/test/bash
66
+ - name : Install-Julia
67
+ run : curl -fsSL https://install.julialang.org | sh
68
+ - name : Install-Finch
69
+ run : julia -e 'using Pkg; Pkg.add("Finch")'
70
+ - name : Test-Tensor
71
+ run : ctest --test-dir ./build/test/julia
You can’t perform that action at this time.
0 commit comments