Skip to content

Commit ae89b54

Browse files
authored
only run test_continue
1 parent 7291dfc commit ae89b54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
114114
- name: Run tests
115115
run: |
116-
pytest -vx --cov=forcebalance --cov-config=setup.cfg --durations=0 --cov-report=xml -k "not TestEvaluatorBromineStudy" src/tests/
116+
pytest -vx --cov=forcebalance --cov-config=setup.cfg --durations=0 --cov-report=xml -k "not TestEvaluatorBromineStudy" -k continue src/tests/
117117
118118
- name: Run water study
119119
run: |

0 commit comments

Comments
 (0)