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 6f046d8 commit 1637e53
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 fe25519 test/test_fe25519.py # Check against linting rules.
python -m pytest # Run tests.
python src/fe25519/fe25519.py -v # Run tests via execution.
python test/test_fe25519.py -v # Test reference bit vector generation.
- name: Publish coverage results.
run: |
pip install -U .[coveralls]
Expand Down

0 comments on commit 1637e53

Please sign in to comment.