aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/tests.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 5d2999ae..bbef1b7d 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -15,9 +15,10 @@ jobs:
python-version: '3.8'
- name: Install python dependencies
run: pip install -r requirements.txt
- - name: Install pytest and run tests
+ - name: Install pytest and package
run: |
pip install pytest
pip install pytest-cov
pip install ".[dev,test]"
- pytest --cov sec_certs
+ - name: Run tests
+ run: pytest --cov sec_certs