Skip to content

Commit

Permalink
ci: replace test with coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
msinamsina committed Feb 24, 2024
1 parent f001d83 commit de4df6a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/run_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ jobs:
- name: Install dependencies
run: make install
- name: Run tests
run: coverage run -m pytest tests -v -m "not slow"
- name: run_slow_tests
run: pytest tests -v -m slow
run: make coverage

lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit de4df6a

Please sign in to comment.