Skip to content

Commit

Permalink
common: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
janekmi committed Aug 21, 2023
1 parent 95d9769 commit c993a86
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/pmem_valgrind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,14 @@ jobs:
strategy:
fail-fast: false
matrix:
script: ['sh', 'py']
config: ['none', 'drd', 'pmemcheck', 'memcheck', 'helgrind']
build: ['debug', 'nondebug']
os: [[self-hosted, rhel],[self-hosted, opensuse]]
# script: ['sh', 'py']
script: ['sh']
# config: ['none', 'drd', 'pmemcheck', 'memcheck', 'helgrind']
config: ['none', 'pmemcheck']
# build: ['debug', 'nondebug']
build: ['debug']
# os: [[self-hosted, rhel],[self-hosted, opensuse]]
os: [[self-hosted, rhel]]

env:
WORKDIR: utils/gha-runners
Expand Down

0 comments on commit c993a86

Please sign in to comment.