[dev] pause after tests for debugging
All checks were successful
Test / Run unit tests (pull_request) Has been skipped
Test / Run integration tests (pull_request) Successful in 1h7m21s

This commit is contained in:
Roy Crihfield 2023-08-24 20:59:24 +08:00
parent 62cb719ce7
commit a412d8415e

View File

@ -88,4 +88,5 @@ jobs:
run: |
pip install pytest
pip install -r requirements.txt
pytest -v -k test_basic_db
pytest -v -k test_basic_db || :
sleep 1800