Skip to content

Commit

Permalink
ci: add to run regress.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigomelo9 committed Sep 3, 2024
1 parent 9aa363f commit 6dc528a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ jobs:
- name: Install dependencies
run: pip install . && pip install pytest
- name: Run tests
run: source tests/mocks/source-me.sh && make test
run: |
source tests/mocks/source-me.sh && make test
cd examples/projects && bash regress.sh
test-win:
runs-on: windows-latest
name: windows | 3.12
Expand Down

0 comments on commit 6dc528a

Please sign in to comment.