Skip to content

Commit 862adb8

Browse files
committed
DROP ME: skip straight to minimal_surface regression test
1 parent 7ad798c commit 862adb8

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/CI.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -157,17 +157,17 @@ jobs:
157157
- name: Install Q2DTor
158158
run: echo "" | make q2dtor
159159

160-
# non-regression testing
161-
- name: Run Unit, Functional, and Database Tests
162-
# aggregate into one command so we only have to eat the collection time once
163-
run: make test-all
160+
# # non-regression testing
161+
# - name: Run Unit, Functional, and Database Tests
162+
# # aggregate into one command so we only have to eat the collection time once
163+
# run: make test-all
164164

165165
# Regression Testing - Test Execution
166166
- name: Regression Tests - Execution
167167
id: regression-execution
168168
timeout-minutes: 60
169169
run: |
170-
for regr_test in aromatics liquid_oxidation nitrogen oxidation sulfur superminimal RMS_constantVIdealGasReactor_superminimal RMS_CSTR_liquid_oxidation RMS_liquidSurface_ch4o2cat fragment RMS_constantVIdealGasReactor_fragment minimal_surface;
170+
for regr_test in minimal_surface;
171171
do
172172
if python-jl rmg.py test/regression/"$regr_test"/input.py; then
173173
echo "$regr_test" "Executed Successfully"
@@ -243,7 +243,7 @@ jobs:
243243
run: |
244244
exec 2> >(tee -a regression.stderr >&2) 1> >(tee -a regression.stdout)
245245
mkdir -p "test/regression-diff"
246-
for regr_test in aromatics liquid_oxidation nitrogen oxidation sulfur superminimal RMS_constantVIdealGasReactor_superminimal RMS_CSTR_liquid_oxidation fragment RMS_constantVIdealGasReactor_fragment minimal_surface;
246+
for regr_test in minimal_surface;
247247
do
248248
echo ""
249249
echo "### Regression test $regr_test:"

0 commit comments

Comments
 (0)