From 4607e46c6fc61c3a1b9fd2574a5549215c0957ab Mon Sep 17 00:00:00 2001 From: cpq Date: Thu, 24 Nov 2022 07:21:55 +0000 Subject: [PATCH] Disable mip_test on macos --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5df3b1bb..31155a11 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -52,7 +52,7 @@ jobs: - 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 mip_test ASAN_OPTIONS= - run: make mg_prefix windows: runs-on: ubuntu-latest