diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 97fead0a..5df3b1bb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: