Skip to content

Commit

Permalink
workflow calls to run-tests should do all tests by default
Browse files Browse the repository at this point in the history
  • Loading branch information
dfremont committed Dec 13, 2024
1 parent eedaf8d commit 409209b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -22,7 +22,7 @@ on:
type: string
options:
description: Options to pass to pytest.
default: --fast --no-graphics
default: --no-graphics
type: string

jobs:
Expand Down

0 comments on commit 409209b

Please sign in to comment.