Skip to content

Commit

Permalink
try to get better error message from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
j-wags committed Dec 2, 2024
1 parent d3864cb commit 0194172
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
matrix:
os:
- macOS-latest # osx-arm64
- ubuntu-latest # intel-64 presumably
- ubuntu-latest # intel-64
python-version:
- "3.8"
- "3.9"
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
- name: Run tests
run: |
pytest -v --cov=forcebalance --cov-config=setup.cfg --durations=0 --cov-report=xml -k "not TestEvaluatorBromineStudy" src/tests/
pytest -vx --cov=forcebalance --cov-config=setup.cfg --durations=0 --cov-report=xml -k "not TestEvaluatorBromineStudy" src/tests/
- name: Run water study
run: |
Expand Down

0 comments on commit 0194172

Please sign in to comment.