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