Update c-cpp.yml

This commit is contained in:
Szymon
2026-01-07 12:22:34 +01:00
committed by GitHub
parent 173d1954b3
commit cc344019dd

View File

@@ -14,6 +14,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: make
run: make
run: make -C src
- name: make check
run: make check
run: make check -C src