CI(OSX): run part test cases. (#1314)

This commit is contained in:
YuanSheng Wang 2020-03-23 00:03:40 +08:00 committed by GitHub
parent d15c4ef572
commit c086d3f780
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 6 deletions

View File

@ -2,10 +2,6 @@ dist: xenial
sudo: required
matrix:
fast_finish: true
allow_failures:
- os: osx
include:
- os: linux
services:
@ -13,7 +9,6 @@ matrix:
env: OSNAME=linux_openresty
- os: osx
env: OSNAME=osx_openresty
if: type IN (push)
cache:
directories:
- $HOME/Library/Caches/Homebrew

View File

@ -74,7 +74,7 @@ script() {
sudo mkdir -p /usr/local/var/log/nginx/
sudo touch /usr/local/var/log/nginx/error.log
sudo chmod 777 /usr/local/var/log/nginx/error.log
APISIX_ENABLE_LUACOV=1 prove -Itest-nginx/lib -I./ -r t
APISIX_ENABLE_LUACOV=1 prove -Itest-nginx/lib -I./ -r t/admin/*.t
}
after_success() {