diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 904e5dc..08ea014 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -29,4 +29,4 @@ jobs: python -m pip install -e '.[dev]' - name: Test with pytest run: | - pytest simple_einet/tests + pytest tests