From ff6bb645701f2f642005c4635038a34222160242 Mon Sep 17 00:00:00 2001 From: Zeitsperre <10819524+Zeitsperre@users.noreply.github.com> Date: Wed, 18 Oct 2023 16:39:22 -0400 Subject: [PATCH] test tests --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 45ba4e76..14f1b357 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -88,7 +88,7 @@ jobs: pip check - name: Test with pytest run: | - pytest xscen + pytest tests - name: Report coverage run: | coveralls @@ -147,7 +147,7 @@ jobs: pip check - name: Test with pytest run: | - pytest xscen + pytest tests - name: Report coverage run: | coveralls