Skip to content

Commit

Permalink
actions: fix unit test check
Browse files Browse the repository at this point in the history
  • Loading branch information
mcallegari committed Nov 23, 2024
1 parent 21de26f commit 5872b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ jobs:

- name: Test
if: ${{ ! startsWith( matrix.task, 'coverage') }}
run: make check
run: cd build && make check

- name: Test with Coverage
if: ${{ startsWith( matrix.task, 'coverage') }}
Expand Down

0 comments on commit 5872b02

Please sign in to comment.