Skip to content

Commit

Permalink
[ci] make all release test optional
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Jan 26, 2025
1 parent 3a0e139 commit a877c0d
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/release_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit a877c0d

Please sign in to comment.