Skip to content

Commit

Permalink
Try run less cores
Browse files Browse the repository at this point in the history
  • Loading branch information
larsevj committed Oct 4, 2024
1 parent bd04d77 commit adc7fee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
matrix:
test-type: [ 'performance-tests', 'unit-tests', 'gui-tests', 'cli-tests' ]
python-version: [ "3.8", "3.11", "3.12" ]
os: [ 'macos-13' ]
os: [ 'macos-14-large' ]
uses: ./.github/workflows/test_ert.yml
with:
os: ${{ matrix.os }}
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test_ert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ jobs:
- name: CLI Test
if: inputs.test-type == 'cli-tests'
run: |
pytest --cov=ert --cov-report=xml:cov1.xml --junit-xml=junit.xml -o junit_family=legacy -n logical -sv --benchmark-disable --dist loadgroup tests/ert/ui_tests/cli
pytest --cov=ert --cov-report=xml:cov1.xml --junit-xml=junit.xml -o junit_family=legacy -n logical -v --benchmark-disable --dist loadgroup tests/ert/ui_tests/cli
shell: bash

- name: Unit Test
if: inputs.test-type == 'unit-tests'
Expand Down

0 comments on commit adc7fee

Please sign in to comment.