tests: actually run testing on s390x. (#812)

Signed-off-by: Artiom Vaskov <Artiom.Vaskov@ibm.com>
pull/816/head
Artiom Vaskov 3 years ago committed by GitHub
parent fa95e176fb
commit 231eebec0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -53,6 +53,7 @@ _linux-s390x: &linux-s390x
- export PATH=$OPENRESTY_PREFIX/bin:$OPENRESTY_PREFIX/nginx/sbin:$PATH
- nginx -V
- ldd `which nginx`|grep -E 'luajit|ssl|pcre'
- prove -I. -r t/
_linux-ppc64le: &linux-ppc64le
os: linux

Loading…
Cancel
Save