From 409209b77a5d84ca7bc8a2ce942e79b475862705 Mon Sep 17 00:00:00 2001 From: Daniel Fremont Date: Fri, 13 Dec 2024 15:55:42 -0800 Subject: [PATCH] workflow calls to run-tests should do all tests by default --- .github/workflows/run-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: