aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/tests.yml
Commit message (Collapse)AuthorAgeFilesLines
* ci: introduce MakefileJohannes Stoelp2023-12-081-5/+8
| | | | | | | Add CI checks into ci/Makefile and update gh actions. Motivation is, that makefile can also be added as pre-commit hook for local development: > echo 'make -C ci' > .git/hooks/pre-commit; chmod +x .git/hooks/pre-commit
* [ci]: run tests in example and generate doc for examplesJohannes Stoelp2023-12-051-0/+3
|
* Add gh action for tests and rustdocJohannes Stoelp2023-02-271-0/+28