diff --git a/.gitea/workflows/execute.yml b/.gitea/workflows/execute.yml index 6d28009..74a264b 100644 --- a/.gitea/workflows/execute.yml +++ b/.gitea/workflows/execute.yml @@ -55,5 +55,5 @@ jobs: - name: Run the pytests run: pytest -c pytest.ini -m edge -# - name: Run the behave tests -# run: behave + - name: Run the behave tests + run: behave