Skip to content

Commit 800e180

Browse files
authored
Merge pull request #473 from Nuzhny007/master
Remove tests from workflow
2 parents d822f26 + 4825232 commit 800e180

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

.github/workflows/c-cpp.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ jobs:
2727
working-directory: build
2828
run: make
2929

30-
- name: Run tests
31-
working-directory: build
32-
run: ./tests # Replace with your test command
33-
3430
build-windows:
3531
runs-on: windows-latest
3632
steps:
@@ -54,11 +50,6 @@ jobs:
5450
shell: cmd
5551
run: cmake --build . --config Release
5652

57-
- name: Run tests
58-
working-directory: build/Release
59-
shell: cmd
60-
run: tests.exe # Replace with your test command
61-
6253
build-macos:
6354
runs-on: macos-latest
6455
steps:
@@ -79,6 +70,3 @@ jobs:
7970
working-directory: build
8071
run: make
8172

82-
- name: Run tests
83-
working-directory: build
84-
run: ./tests # Replace with your test command

0 commit comments

Comments
 (0)