aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/tests.yml
diff options
context:
space:
mode:
authorAdam Janovsky2022-01-29 10:56:35 +0100
committerAdam Janovsky2022-01-29 10:56:35 +0100
commitbb2bfcd5dfd2a6ed5d136d8dc03d7a8aa48a7b34 (patch)
treee13d573b8bc8553365321fc59185d2599872a975 /.github/workflows/tests.yml
parent1267e35e85843953aceadda2ab206979757f14e2 (diff)
parentfdeaa61d1e62f1d23adc001b57c32d11df07fc4a (diff)
downloadsec-certs-bb2bfcd5dfd2a6ed5d136d8dc03d7a8aa48a7b34.tar.gz
sec-certs-bb2bfcd5dfd2a6ed5d136d8dc03d7a8aa48a7b34.tar.zst
sec-certs-bb2bfcd5dfd2a6ed5d136d8dc03d7a8aa48a7b34.zip
Merge branch 'dev' into dependency-analysis
Diffstat (limited to '.github/workflows/tests.yml')
-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