File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515 - name : build
1616 run : cmake --build build
1717 - name : test
18- run : ./bin /unit_tests --wait-for-keypress never -d yes
18+ run : ./build/test /unit_tests --wait-for-keypress never -d yes
1919
2020 macos :
2121 runs-on : macOS-latest
2626 - name : build
2727 run : cmake --build build
2828 - name : test
29- run : ./bin /unit_tests --wait-for-keypress never -d yes exclude:large_files
29+ run : ./build/test /unit_tests --wait-for-keypress never -d yes exclude:large_files
3030
3131 windows :
3232 runs-on : windows-latest
3737 - name : build
3838 run : cmake --build build --config Debug
3939 - name : test
40- run : ./bin /Debug/unit_tests --wait-for-keypress never -d yes exclude:large_files
40+ run : ./build/test /Debug/unit_tests --wait-for-keypress never -d yes exclude:large_files
You can’t perform that action at this time.
0 commit comments