From a877c0df38ac2ae492400fe3ca0f784219e3af2d Mon Sep 17 00:00:00 2001 From: Qianqian Fang Date: Sun, 26 Jan 2025 12:34:38 -0500 Subject: [PATCH] [ci] make all release test optional --- .github/workflows/release_test.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release_test.yml b/.github/workflows/release_test.yml index e1344bf3..a8ec3dc2 100644 --- a/.github/workflows/release_test.yml +++ b/.github/workflows/release_test.yml @@ -62,6 +62,8 @@ jobs: ./mcx -Q || true ./mcx -N || true ./mcx -Q cube60b --dumpjson || true + cd ../test + ./testmcx.sh || true - name: Test mcxcl run: | cd MCXStudio/MCXSuite/mcxcl/test @@ -75,8 +77,8 @@ jobs: ./mmc -L || true ./mmc -Q dmmc-cube60 || true ./mmc -Q dmmc-cube60b || true - ./mmc -Q dmmc-cube60 -G -1 -D P - ./mmc -Q dmmc-cube60b -G -1 -D P - ./mmc -Q edgeimmc -G -1 - ./mmc -Q nodeimmc -G -1 - ./mmc -Q faceimmc -G -1 + ./mmc -Q dmmc-cube60 -G -1 -D P || true + ./mmc -Q dmmc-cube60b -G -1 -D P || true + ./mmc -Q edgeimmc -G -1 || true + ./mmc -Q nodeimmc -G -1 || true + ./mmc -Q faceimmc -G -1 || true