Skip to content

Commit

Permalink
github: correct mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
dimmus committed Sep 14, 2023
1 parent f6e0e8c commit c456277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Build project (ninja)
run: ninja -C build
- name: Run tests (ninja)
run: ninja -C build tests
run: ninja -C build test
- name: Generate coverage report
run: ninja -C build coverage
- name: Upload to Codecov
Expand Down

0 comments on commit c456277

Please sign in to comment.