Skip to content

Commit

Permalink
[ci] make test optional
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Jan 26, 2025
1 parent 4f98960 commit 612b27a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ jobs:
run: |
cd MCXStudio/MCXSuite/mcx/bin
./mcx -L || true
./mcx -Q
./mcx -N
./mcx -Q cube60b --dumpjson
./mcx -Q || true
./mcx -N || ture
./mcx -Q cube60b --dumpjson || true
- name: Test mcxcl
run: |
cd MCXStudio/MCXSuite/mcxcl/test
Expand Down

0 comments on commit 612b27a

Please sign in to comment.