Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoranPandovski authored Sep 6, 2023
1 parent a79fce2 commit 304a696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
pip install --no-cache-dir -e .[test]
pip install coveralls pytest-cov
- name: Run unit tests
run: pytest --cov=geks tests/ --cov-report xml
run: pytest --cov=mindsdb_sql tests/ --cov-report xml
- name: Coveralls
uses: coverallsapp/[email protected]
with:
Expand Down

0 comments on commit 304a696

Please sign in to comment.