File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 21
21
with :
22
22
name : " LEVEL_ZERO"
23
23
shared_lib : " ['ON']"
24
- CUDA :
25
- uses : ./.github/workflows/reusable_gpu.yml
26
- with :
27
- name : " CUDA"
28
- shared_lib : " ['ON']"
Original file line number Diff line number Diff line change 49
49
- os : ' Ubuntu'
50
50
compiler : {c: gcc, cxx: g++}
51
51
number_of_processors : ' $(nproc)'
52
- - os : ' Windows'
53
- compiler : {c: cl, cxx: cl}
54
- number_of_processors : ' $Env:NUMBER_OF_PROCESSORS'
55
52
56
53
runs-on : ["DSS-${{inputs.name}}", "DSS-${{matrix.os}}"]
57
54
steps :
@@ -105,7 +102,7 @@ jobs:
105
102
106
103
- name : Run tests
107
104
working-directory : ${{env.BUILD_DIR}}
108
- run : ctest -C ${{matrix.build_type}} --output-on-failure --test-dir test
105
+ run : ctest -C ${{matrix.build_type}} -V -R alone
109
106
110
107
- name : Run examples
111
108
working-directory : ${{env.BUILD_DIR}}
You can’t perform that action at this time.
0 commit comments