From 949f5f66c19bf7a6780f63bd81e04680be51b7c7 Mon Sep 17 00:00:00 2001 From: Jackal08 Date: Tue, 16 Apr 2024 21:11:58 +0400 Subject: [PATCH] Github Actions: split linter, coverage, doctest --- .github/workflows/python-tests.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/python-tests.yaml b/.github/workflows/python-tests.yaml index 7daf5316..76db28af 100644 --- a/.github/workflows/python-tests.yaml +++ b/.github/workflows/python-tests.yaml @@ -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: