Skip to content

Commit

Permalink
test: use one workflow to run all tests
Browse files Browse the repository at this point in the history
With `none` parameter added to matrix only one workflow
is needed to run all tests (with and without Valgrind)

Signed-off-by: Tomasz Gromadzki <[email protected]>
  • Loading branch information
grom72 committed Aug 18, 2023
1 parent e0686a7 commit 379c3f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pmem_valgrind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
script: ['sh', 'py']
config: ['drd', 'pmemcheck', 'memcheck', 'helgrind']
config: ['none', 'drd', 'pmemcheck', 'memcheck', 'helgrind']
build: ['debug', 'nondebug']
os: [[self-hosted, rhel],[self-hosted, opensuse]]

Expand Down

0 comments on commit 379c3f9

Please sign in to comment.