Run test commands during CI builds
This commit is contained in:
parent
4df5d10e3c
commit
67089022bf
@ -27,3 +27,4 @@ if build == 'mingw':
|
|||||||
|
|
||||||
check_call(cmake_command)
|
check_call(cmake_command)
|
||||||
check_call(build_command)
|
check_call(build_command)
|
||||||
|
check_call(test_command)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user