Skip to content

Commit

Permalink
Troubleshoot with something smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-el committed Jan 28, 2025
1 parent 86e1ff4 commit 7ee626e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_ert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ jobs:
- name: Unit Test
if: inputs.test-type == 'performance-and-unit-tests'
run: |
just ert-unit-tests
ERT_PYTEST_ARGS="${{ env.ERT_PYTEST_ARGS }}" just ert-doc-tests
# just ert-unit-tests
ERT_PYTEST_ARGS="-m \'${{ inputs.select-string }}\' --cov=ert --cov=everest --cov=_ert --cov-report=xml:cov1.xml --junit-xml=junit.xml -o junit_family=legacy -v --durations=25 --benchmark-disable" just hello

- name: Upload coverage to Codecov
id: codecov1
Expand Down
3 changes: 3 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ snake_oil:

pytest_args := env("ERT_PYTEST_ARGS", "--quiet")

hello:
echo "hello world"

# execute rapid unittests
rapid-tests:
nice pytest -n auto tests/ert/unit_tests tests/everest --hypothesis-profile=fast -m "not integration_test"
Expand Down

0 comments on commit 7ee626e

Please sign in to comment.