Skip to content

Commit

Permalink
ci: moved to run regress from test.yml to the Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigomelo9 committed Sep 8, 2024
1 parent e313901 commit d94057e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ lint:

test:
pytest
cd examples/projects && bash regress.sh --notool

clean:
py3clean .
Expand Down

0 comments on commit d94057e

Please sign in to comment.