Skip to content

Commit d94057e

Browse files
committed
ci: moved to run regress from test.yml to the Makefile
1 parent e313901 commit d94057e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,4 @@ jobs:
3030
- name: Install dependencies
3131
run: pip install . && pip install pytest
3232
- name: Run tests
33-
run: |
34-
make test
35-
cd examples/projects && bash regress.sh --notool
33+
run: make test

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ lint:
1414

1515
test:
1616
pytest
17+
cd examples/projects && bash regress.sh --notool
1718

1819
clean:
1920
py3clean .

0 commit comments

Comments
 (0)