Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 0 additions & 35 deletions .github/workflows/bandit.yml

This file was deleted.

94 changes: 0 additions & 94 deletions .github/workflows/codeql.yml

This file was deleted.

64 changes: 0 additions & 64 deletions .github/workflows/docs.yml

This file was deleted.

22 changes: 13 additions & 9 deletions .github/workflows/gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@

name: GPU

on: [workflow_call]
on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:

permissions:
contents: read
Expand Down Expand Up @@ -94,15 +98,15 @@ jobs:

- name: Run tests
working-directory: ${{env.BUILD_DIR}}
run: ctest -C ${{env.BUILD_TYPE}} --output-on-failure --test-dir test
run: ctest -C ${{env.BUILD_TYPE}} -V --test-dir test

- name: Run examples
working-directory: ${{env.BUILD_DIR}}
run: ctest --output-on-failure --test-dir examples -C ${{env.BUILD_TYPE}}
run: ctest -V --test-dir examples -C ${{env.BUILD_TYPE}}

- name: Run benchmarks
- name: Run standalone examples
working-directory: ${{env.BUILD_DIR}}
run: ctest --output-on-failure --test-dir benchmark -C ${{env.BUILD_TYPE}} --exclude-regex umf-bench-multithreaded
run: ctest -V -R standalone -C ${{env.BUILD_TYPE}}

gpu-CUDA:
name: Build
Expand Down Expand Up @@ -157,12 +161,12 @@ jobs:

- name: Run tests
working-directory: ${{env.BUILD_DIR}}
run: ctest -C ${{env.BUILD_TYPE}} --output-on-failure --test-dir test
run: ctest -C ${{env.BUILD_TYPE}} -V --test-dir test

- name: Run examples
working-directory: ${{env.BUILD_DIR}}
run: ctest --output-on-failure --test-dir examples -C ${{env.BUILD_TYPE}}
run: ctest -V --test-dir examples -C ${{env.BUILD_TYPE}}

- name: Run benchmarks
- name: Run standalone examples
working-directory: ${{env.BUILD_DIR}}
run: ctest --output-on-failure --test-dir benchmark -C ${{env.BUILD_TYPE}} --exclude-regex umf-bench-multithreaded
run: ctest -V -R umf_standalone_examples -C ${{env.BUILD_TYPE}}
112 changes: 0 additions & 112 deletions .github/workflows/pr_push.yml

This file was deleted.

Loading
Loading