Skip to content

Commit

Permalink
[ci] allow release test to print mcx runtime message
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Jan 26, 2025
1 parent 8cf9094 commit b1cab94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Test mcx
run: |
cd MCXStudio/MCXSuite/mcx/bin
./mcx -L
./mcx -L || true
- name: Test mcxcl
run: |
cd MCXStudio/MCXSuite/mcxcl/test
Expand Down

0 comments on commit b1cab94

Please sign in to comment.