Skip to content

mod exponent with order with OpenSSL #61

mod exponent with order with OpenSSL

mod exponent with order with OpenSSL #61

Workflow file for this run

name: Tests and coverage
on:
push:
branches:
- '**'
tags:
- '**'
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 30
strategy:
fail-fast: false
max-parallel: 4
matrix:
python-version: [2.7, 3.7, 3.8, 3.9, "3.10", "3.11", "3.12-dev"]
steps:
- name: Checkout Code
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup Python environment
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Test core code with pytest
run: |
pip install coverage pytest
coverage run -m pytest tests