Skip to content

Commit

Permalink
remove ctest tasks from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Mustaballer committed Aug 15, 2024
1 parent 1fc7e14 commit a1c62a7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build_applications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,4 @@ jobs:
cd Applications && mkdir build && cd build
cmake -DGPU_ARCHITECTURES=all -S ..
cmake --build . -j 4
- name: Run Tests
shell: bash
run: |
cd Applications/build
ctest --output-on-failure
5 changes: 0 additions & 5 deletions .github/workflows/build_hip_basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,4 @@ jobs:
cd HIP-Basic && mkdir build && cd build
cmake -DGPU_ARCHITECTURES=all -S ..
cmake --build . -j 4
- name: Run Tests
shell: bash
run: |
cd HIP-Basic/build
ctest --output-on-failure
5 changes: 0 additions & 5 deletions .github/workflows/build_libraries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,4 @@ jobs:
cd Libraries && mkdir build && cd build
cmake -DGPU_ARCHITECTURES=all -S ..
cmake --build . -j 4
- name: Run Tests
shell: bash
run: |
cd Libraries/build
ctest --output-on-failure

0 comments on commit a1c62a7

Please sign in to comment.