Skip to content

Commit

Permalink
Github Actions: split linter, coverage, doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackal08 committed Apr 16, 2024
1 parent 0c95d7b commit 949f5f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
source venv/bin/activate
pylint arbitragelab tests --rcfile=.pylintrc -f text
test-coverage:
test-coverage:
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit 949f5f6

Please sign in to comment.