Skip to content

Commit

Permalink
Revert "run only basic tests"
Browse files Browse the repository at this point in the history
This reverts commit 57bcc93.
  • Loading branch information
Jan Caha committed Dec 8, 2023
1 parent c16e04a commit fa64ffb
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/tests_mergin_db_sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,10 @@ jobs:
python3 -m pip install -r requirements.txt
python3 -m pip install -r requirements-dev.txt
- name: Run tests
run: |
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
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 fa64ffb

Please sign in to comment.