On publish run tests same way as for test

0.63.x
Simon Willison 2022-12-17 18:52:52 -08:00
rodzic e6d94f9ffa
commit d93f975b3d
1 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -31,7 +31,10 @@ jobs:
pip install -e '.[test]'
- name: Run tests
run: |
pytest
pytest -n auto -m "not serial"
pytest -m "serial"
# And the test that exceeds a localhost HTTPS server
tests/test_datasette_https_server.sh
deploy:
runs-on: ubuntu-latest