Skip to content

Commit

Permalink
Disable complex ubsan job in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
williamfgc committed Apr 5, 2021
1 parent da94970 commit 5640227
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci-github-actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ jobs:
jobname: [
gcc-openmpi-real-coverage,
gcc-openmpi-complex-coverage,
clang-openmpi-real-ubsan,
clang-openmpi-complex-ubsan
clang-openmpi-real-ubsan
]
include:
- jobname: gcc-openmpi-real-coverage
Expand All @@ -41,11 +40,6 @@ jobs:
container:
image: williamfgc/qmcpack-ci:ubuntu20-openmpi
options: -u 1001

- jobname: clang-openmpi-complex-ubsan
container:
image: williamfgc/qmcpack-ci:ubuntu20-openmpi
options: -u 1001

steps:
- name: Checkout Action
Expand Down

0 comments on commit 5640227

Please sign in to comment.