Skip to content

Pin and harden real PQC Docker image #55

Pin and harden real PQC Docker image

Pin and harden real PQC Docker image #55

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
jobs:
tests:
name: Run tests
runs-on: ubuntu-latest
env:
HYBRID_PKI_DISABLE_OQS: "1"
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -e .
pip install pytest pytest-cov
- name: Run tests
run: |
pytest -v --cov=hybrid_pki --cov-report=term-missing