Skip to content

Commit 94766f2

Browse files
committed
update CI workflow to include surface regression test
1 parent cafb499 commit 94766f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
id: regression-execution
169169
timeout-minutes: 60
170170
run: |
171-
for regr_test in aromatics liquid_oxidation nitrogen oxidation sulfur superminimal RMS_constantVIdealGasReactor_superminimal RMS_CSTR_liquid_oxidation RMS_liquidSurface_ch4o2cat;
171+
for regr_test in aromatics liquid_oxidation nitrogen oxidation sulfur superminimal RMS_constantVIdealGasReactor_superminimal RMS_CSTR_liquid_oxidation RMS_liquidSurface_ch4o2cat minimal_surface;
172172
do
173173
if python-jl rmg.py test/regression/"$regr_test"/input.py; then
174174
echo "$regr_test" "Executed Successfully"

0 commit comments

Comments
 (0)