We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 380b40e + 0fc77a4 commit 9d55c5fCopy full SHA for 9d55c5f
1 file changed
.github/workflows/c-cpp.yml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- uses: actions/checkout@v4
16
- name: make
17
- run: mkdir build && cd build && cmake .. && make
+ run: mkdir build && cd build && cmake .. -G "Unix Makefiles" && make
18
- name: make test
19
- run: cd build && make && make test
+ run: cd build && make && ctest --timeout 900
20
0 commit comments