diff --git a/justfile b/justfile index 652f8e6f9d7..bef28cdd31a 100644 --- a/justfile +++ b/justfile @@ -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"