From 3670a67cdf32bb907e4b6f80985b9ff9ece28a1c Mon Sep 17 00:00:00 2001 From: Robert Winkler Date: Wed, 12 Jul 2023 15:18:23 +0200 Subject: [PATCH] Run pytest only for tests directory Signed-off-by: Robert Winkler --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 291adc60..bf39f68c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: - name: Test with pytest run: | - pytest + pytest tests - name: Generate sources for example HDMI setup run: |