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

Signed-off-by: Artiom Vaskov <Artiom.Vaskov@ibm.com>
This commit is contained in:
Artiom Vaskov 2022-02-06 10:41:46 +03:00 committed by GitHub
parent fa95e176fb
commit 231eebec0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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