test: add external test commands (#4277)

This commit is contained in:
ReenigneArcher 2025-09-21 00:22:42 -04:00 committed by GitHub
commit 5800653055
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 357 additions and 9 deletions

View file

@ -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