Skip to content

Commit ec24979

Browse files
committed
Update CI to test shorthand mfc syntax
Change from 'mfc run case.py' to 'mfc case.py' to verify the smart detection feature works correctly in CI.
1 parent 346c413 commit ec24979

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/homebrew.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,8 +251,8 @@ jobs:
251251
cp $(brew --prefix mfc)/examples/1D_sodshocktube/case.py "$TESTDIR/"
252252
253253
echo "Running with $(sysctl -n hw.ncpu) processors..."
254-
# Use absolute path since mfc wrapper creates its own tmpdir
255-
mfc run "$TESTDIR/case.py" -j $(sysctl -n hw.ncpu)
254+
# Use absolute path and shorthand syntax (mfc auto-detects and prepends 'run')
255+
mfc "$TESTDIR/case.py" -j $(sysctl -n hw.ncpu)
256256
257257
echo "Test case completed successfully!"
258258

0 commit comments

Comments
 (0)