From eb779ec24b1efb45c90a0acb534d99a8139c1cc9 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Sun, 21 Jul 2024 18:55:42 +0100 Subject: [PATCH] will this be the last typo? --- .gitea/workflows/flaskbuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/flaskbuild.yml b/.gitea/workflows/flaskbuild.yml index 298604f..0053376 100644 --- a/.gitea/workflows/flaskbuild.yml +++ b/.gitea/workflows/flaskbuild.yml @@ -19,5 +19,5 @@ jobs: python -m pip install -r requirements.txt - name: Run flask server tests run: - pytest --rA --durations=0 --color=auto + pytest -rA --durations=0 --color=auto