Skip to content

Commit

Permalink
Leave test machine usable when running rapid-tests
Browse files Browse the repository at this point in the history
Running with a lower CPU priority helps this
  • Loading branch information
berland committed Nov 16, 2024
1 parent cc33a48 commit c46b061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ snake_oil:

# execute rapid unittests
rapid-tests:
pytest -n logical tests/ert/unit_tests -m "not integration_tests"
nice pytest -n logical tests/ert/unit_tests -m "not integration_tests"

0 comments on commit c46b061

Please sign in to comment.