Skip to content

Commit

Permalink
Merge pull request #5697 from grom72/test-duration-optimization
Browse files Browse the repository at this point in the history
common: fix typo in GHA script
  • Loading branch information
grom72 committed May 26, 2023
2 parents f2badd3 + b305fce commit 4853a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittest_valgrind_sh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
run: ./$WORKDIR/create-testconfig.sh

- name: Run tests
run: cd src/test/ && ./$RUNTESTS -b ${{ matrix.build }} ${{ matrix.config }} force-enable
run: cd src/test/ && ./RUNTESTS -b ${{ matrix.build }} ${{ matrix.config }} force-enable

0 comments on commit 4853a39

Please sign in to comment.