Skip to content

Commit

Permalink
Re-enable pytest for benchmark_kpi
Browse files Browse the repository at this point in the history
  • Loading branch information
Bachibouzouk committed Apr 16, 2021
1 parent 577d114 commit cc13516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Test with pytest
run: |
coverage run -m pytest tests/ -k "not test_benchmark_kpi" --durations-min=1.0 --durations=400
coverage run -m pytest tests/ --durations-min=1.0 --durations=400
- name: Check test coverage
run: |
Expand Down

0 comments on commit cc13516

Please sign in to comment.