Skip to content

Commit

Permalink
Run tests in parallell
Browse files Browse the repository at this point in the history
  • Loading branch information
larsevj committed May 23, 2024
1 parent 88b8b06 commit 7c06427
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
name: "Python ${{ matrix.python-version }} on ${{ matrix.os }}"
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
os: [ubuntu-latest]
Expand Down
2 changes: 1 addition & 1 deletion ci/testkomodo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ install_test_dependencies () {
}

start_tests () {
pytest --ert-integration
pytest -n auto --ert-integration
}
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ addopts =
-ra
--durations=5
--ert-integration
-n=auto

markers =
integration: marks a test as an integration test
Expand Down

0 comments on commit 7c06427

Please sign in to comment.