Skip to content

Commit

Permalink
Add module execution and reference vector tests to GitHub Actions wor…
Browse files Browse the repository at this point in the history
…kflow.
  • Loading branch information
lapets committed Aug 26, 2023
1 parent cfffc53 commit c3e4b79
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint-test-cover-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
pip install -U .[lint,test]
python -m pylint ge25519 test/test_ge25519.py # Check against linting rules.
python -m pytest # Run tests.
python src/ge25519/ge25519.py -v # Run tests via execution.
python test/test_ge25519.py -v # Test reference bit vector generation.
- name: Publish coverage results.
run: |
pip install -U .[coveralls]
Expand Down

0 comments on commit c3e4b79

Please sign in to comment.