This commit is contained in:
Andras Schmelczer 2022-07-07 14:28:54 +02:00
parent a84f899a14
commit 7a4e75ff63

View file

@ -33,7 +33,7 @@ jobs:
pip install --upgrade './[dev]' pip install --upgrade './[dev]'
- name: Check code and formatting - name: Check code and formatting
run: scripts/check-python.sh . tests run: scripts/check-python.sh great_ai tests
- name: Run tests - name: Run tests
run: python3 -m pytest --doctest-modules --cov=. --cov-report=xml --junit-xml pytest.xml --asyncio-mode=strict || true run: python3 -m pytest --doctest-modules --cov=. --cov-report=xml --junit-xml pytest.xml --asyncio-mode=strict || true