We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d822f26 + 4825232 commit 800e180Copy full SHA for 800e180
1 file changed
.github/workflows/c-cpp.yml
@@ -27,10 +27,6 @@ jobs:
27
working-directory: build
28
run: make
29
30
- - name: Run tests
31
- working-directory: build
32
- run: ./tests # Replace with your test command
33
-
34
build-windows:
35
runs-on: windows-latest
36
steps:
@@ -54,11 +50,6 @@ jobs:
54
50
shell: cmd
55
51
run: cmake --build . --config Release
56
52
57
58
- working-directory: build/Release
59
- shell: cmd
60
- run: tests.exe # Replace with your test command
61
62
53
build-macos:
63
runs-on: macos-latest
64
@@ -79,6 +70,3 @@ jobs:
79
70
80
71
81
72
82
83
84
0 commit comments