diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 076ec499..b04f05be 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,6 +30,4 @@ jobs: - name: Install dependencies run: pip install . && pip install pytest - name: Run tests - run: | - make test - cd examples/projects && bash regress.sh --notool + run: make test diff --git a/Makefile b/Makefile index 2f2402c4..7893bb51 100644 --- a/Makefile +++ b/Makefile @@ -14,6 +14,7 @@ lint: test: pytest + cd examples/projects && bash regress.sh --notool clean: py3clean .