From 9f732b75debdba549b6b685daf491204d8f6325b Mon Sep 17 00:00:00 2001 From: Bastian Schroll Date: Sun, 22 Sep 2019 14:29:22 +0200 Subject: [PATCH] Update run_pytest.yml --- .github/workflows/run_pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run_pytest.yml b/.github/workflows/run_pytest.yml index bbb0abc..4b9e5ac 100644 --- a/.github/workflows/run_pytest.yml +++ b/.github/workflows/run_pytest.yml @@ -23,4 +23,4 @@ jobs: pip install -r requirements.txt - name: Test with pytest run: | - pytest + pytest -c test/pytest.ini