Enable macos test

This commit is contained in:
cpq 2022-11-24 07:02:17 +00:00
parent 595bb36956
commit 0aa3e2e49c

View File

@ -49,11 +49,11 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
# - run: HOMEBREW_NO_AUTO_UPDATE=1 brew install jq mbedtls openssl
# - run: make test upload-coverage SSL=OPENSSL ASAN_OPTIONS= OPENSSL=`echo /usr/local/Cellar/openssl*/*`
# - run: make test SSL=MBEDTLS ASAN_OPTIONS= MBEDTLS=`echo /usr/local/Cellar/mbedtls*/*`
# - run: make mip_test ASAN_OPTIONS=
# - run: make mg_prefix
- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install jq mbedtls openssl
- run: make test upload-coverage SSL=OPENSSL ASAN_OPTIONS= OPENSSL=`echo /usr/local/Cellar/openssl*/*`
- run: make test SSL=MBEDTLS ASAN_OPTIONS= MBEDTLS=`echo /usr/local/Cellar/mbedtls*/*`
- run: make mip_test ASAN_OPTIONS=
- run: make mg_prefix
windows:
runs-on: ubuntu-latest
steps: