test: add external test commands (#4277)
This commit is contained in:
parent
2b2b4a7fbe
commit
5800653055
5 changed files with 357 additions and 9 deletions
3
.github/workflows/ci-windows.yml
vendored
3
.github/workflows/ci-windows.yml
vendored
|
|
@ -294,8 +294,7 @@ jobs:
|
|||
id: test
|
||||
shell: msys2 {0}
|
||||
working-directory: build/tests
|
||||
run: |
|
||||
./test_sunshine.exe --gtest_color=yes --gtest_output=xml:test_results.xml
|
||||
run: ./test_sunshine.exe --gtest_color=yes --gtest_output=xml:test_results.xml
|
||||
|
||||
- name: Generate gcov report
|
||||
id: test_report
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue