mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-30 10:47:35 +02:00
Run test commands during CI builds
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user