Skip to content

Commit 17371d1

Browse files
committed
CI
1 parent 87a13d7 commit 17371d1

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.github/workflows/pr_push.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,3 @@ jobs:
2121
with:
2222
name: "LEVEL_ZERO"
2323
shared_lib: "['ON']"
24-
CUDA:
25-
uses: ./.github/workflows/reusable_gpu.yml
26-
with:
27-
name: "CUDA"
28-
shared_lib: "['ON']"

.github/workflows/reusable_gpu.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,6 @@ jobs:
4949
- os: 'Ubuntu'
5050
compiler: {c: gcc, cxx: g++}
5151
number_of_processors: '$(nproc)'
52-
- os: 'Windows'
53-
compiler: {c: cl, cxx: cl}
54-
number_of_processors: '$Env:NUMBER_OF_PROCESSORS'
5552

5653
runs-on: ["DSS-${{inputs.name}}", "DSS-${{matrix.os}}"]
5754
steps:
@@ -105,7 +102,7 @@ jobs:
105102

106103
- name: Run tests
107104
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
109106

110107
- name: Run examples
111108
working-directory: ${{env.BUILD_DIR}}

0 commit comments

Comments
 (0)