diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 03cb0f24e..f24b21dd8 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -13,7 +13,7 @@ on: required: true options: description: Options to pass to pytest. - default: --fast --no-graphics + default: --no-graphics type: string workflow_call: inputs: @@ -22,7 +22,7 @@ on: type: string options: description: Options to pass to pytest. - default: --fast --no-graphics + default: --no-graphics type: string jobs: