fredstro/hilbertmodgroup

github workflows to run tests

Closed this issue · 2 comments

github actions provide a way to run tests using the github infrastructure. This is very convenient while working on the code.

Part of openjournals/joss-reviews#3996.

I have added a github action workflow to run tox in a docker container with a number of tests (basically taken from the sage's tox configuration):

  • doctests
  • coverage
  • pycodestyle
  • relint
  • codespell

Very nice.