re-enable osx unit tests now that ccache is working
This commit is contained in:
parent
83768dc3dd
commit
e68de54883
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ commit_message_contains () {
|
|||
}
|
||||
|
||||
commit_message_parse () {
|
||||
if commit_message_contains '[skip tests]' || [[ $(uname -s) == 'Darwin' ]]; then
|
||||
if commit_message_contains '[skip tests]'; then
|
||||
config_override "CPP_TESTS = False"
|
||||
fi
|
||||
if commit_message_contains '[skip utils]'; then
|
||||
|
|
Loading…
Reference in a new issue