ci: smoke-test make docker

This commit is contained in:
kba 2024-10-01 15:38:39 +02:00
parent c487be2a1d
commit b13759fdcf

View file

@ -34,3 +34,5 @@ jobs:
pip install -r requirements-test.txt
- name: Test with pytest
run: make test
- name: Test docker build
run: make docker