1
0
Fork 0

Added tests for multi-container

This commit is contained in:
Joao Gilberto Magalhaes 2022-03-27 18:52:52 -05:00
parent 82b4445359
commit 50af051a33
5 changed files with 49 additions and 2 deletions

View file

@ -27,7 +27,7 @@ jobs:
uses: actions/checkout@v2
- run: pip install -r requirements.txt
- run: pytest -s tests/
- run: pytest -s tests/ -vv
Build:
runs-on: ubuntu-latest