Skip to content

Commit

Permalink
Merge pull request #5659 from grom72/test-fix-enable-python-check
Browse files Browse the repository at this point in the history
test: speedup tests on PMem
  • Loading branch information
grom72 committed May 19, 2023
2 parents 23ec9c9 + 966206f commit 9c9301b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
fail-fast: false
matrix:
os: [[self-hosted, rhel],[self-hosted, opensuse]]
config: ['make -j$(nproc); make -j$(nproc) test; make check',
'make -j$(nproc); make -j$(nproc) test; make pycheck']
env:
WORKDIR: utils/gha-runners

Expand All @@ -30,8 +32,5 @@ jobs:
- name: Create testconfig files
run: ./$WORKDIR/create-testconfig.sh

- name: Run tests (Bash)
run: make check

- name: Run tests (Python)
run: cd src/test/ && ./RUNTESTS.py -t check
- name: Run tests
run: ${{ matrix.config }}

0 comments on commit 9c9301b

Please sign in to comment.