From: Frank Stettner Date: Sun, 26 Mar 2023 15:54:26 +0000 (+0200) Subject: Disable tests for the MXE workflow X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=0a71a6e80b2839947634347c92d76dd8e8450188;p=sigrok-build.git Disable tests for the MXE workflow --- diff --git a/.github/workflows/pulseview_mxe.yml b/.github/workflows/pulseview_mxe.yml index b0e9616..b3f5243 100644 --- a/.github/workflows/pulseview_mxe.yml +++ b/.github/workflows/pulseview_mxe.yml @@ -78,7 +78,7 @@ jobs: -DCMAKE_INSTALL_PREFIX:PATH=$INSTALL_DIR \ -DCMAKE_BUILD_TYPE=$BUILD_TYPE \ -DDISABLE_WERROR=FALSE \ - -DENABLE_TESTS=TRUE \ + -DENABLE_TESTS=FALSE \ .. make $PARALLEL $V make install/strip $V