Skip to content

Commit

Permalink
run only basic tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Caha committed Dec 8, 2023
1 parent 5d956e2 commit 57bcc93
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/tests_mergin_db_sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,13 @@ jobs:
python3 -m pip install -r requirements.txt
python3 -m pip install -r requirements-dev.txt
- name: Run tests
run: |
pytest test --cov=. --cov-report=term-missing:skip-covered -vv
pytest test/test_basic.py --cov=. --cov-report=term-missing:skip-covered -vv
# - name: Run tests
# run: |
# pytest test --cov=. --cov-report=term-missing:skip-covered -vv

- name: Check files using the black formatter
uses: rickstaa/action-black@v1
Expand Down

0 comments on commit 57bcc93

Please sign in to comment.