From ae71abcb48c98074c4f3a1d73b9ce4b791409a1f Mon Sep 17 00:00:00 2001 From: "Giannis (Ioannis) Pantidis" <40605232+AttackingOrDefending@users.noreply.github.com> Date: Fri, 27 Sep 2024 14:32:21 +0200 Subject: [PATCH] Update python-test.yml --- .github/workflows/python-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-test.yml b/.github/workflows/python-test.yml index d2e407f86..08bee0f85 100644 --- a/.github/workflows/python-test.yml +++ b/.github/workflows/python-test.yml @@ -38,7 +38,7 @@ jobs: key: ${{ matrix.os }}-engines - name: Test with pytest run: | - pytest --log-cli-level=10 + pytest --log-cli-level=10 -s - name: Save engines id: cache-temp-save uses: actions/cache/save@v4