File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 43
43
run : cmake --build ${{github.workspace}}/build/clang_${{env.BUILD_TYPE}} --config ${{env.BUILD_TYPE}}
44
44
45
45
- name : Test
46
- working-directory : ${{github.workspace}}/build/clang_${{env.BUILD_TYPE}}/nui
47
- run : ctest
46
+ working-directory : ${{github.workspace}}/build/clang_${{env.BUILD_TYPE}}
47
+ run : ./tests/nui-tests
48
48
49
49
ubuntu20 :
50
50
runs-on : ubuntu-20.04
81
81
run : cmake --build ${{github.workspace}}/build/clang_${{env.BUILD_TYPE}} --config ${{env.BUILD_TYPE}}
82
82
83
83
- name : Test
84
- working-directory : ${{github.workspace}}/build/clang_${{env.BUILD_TYPE}}/nui
85
- run : ctest
84
+ working-directory : ${{github.workspace}}/build/clang_${{env.BUILD_TYPE}}
85
+ run : ./tests/nui-tests
86
86
87
87
windows-msys2 :
88
88
runs-on : windows-2022
@@ -108,5 +108,5 @@ jobs:
108
108
run : cmake --build ${{env.WSPACE}}/build/clang_${{env.BUILD_TYPE}} --config ${{env.BUILD_TYPE}}
109
109
110
110
- name : Test
111
- working-directory : ${{github.workspace}}/build/clang_${{env.BUILD_TYPE}}/nui
112
- run : ctest
111
+ working-directory : ${{github.workspace}}/build/clang_${{env.BUILD_TYPE}}
112
+ run : ./tests/nui-tests.exe
You can’t perform that action at this time.
0 commit comments