We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1f28dc commit 72b618aCopy full SHA for 72b618a
1 file changed
.github/workflows/c-cpp.yml
@@ -14,14 +14,10 @@ jobs:
14
- name: Checkout code
15
uses: actions/checkout@v4
16
17
- - name: Run configure
18
- # Removed the working-directory line so it stays in the root
19
- run: |
20
- chmod +x ./configure
21
- ./configure
22
-
23
- - name: make
+ - name: Compile (make)
24
run: make
25
26
- - name: make check
+ - name: Run Tests
+ # Only keep this if your Makefile actually has a 'check' target
27
run: make check
+
0 commit comments