run a query

This commit is contained in:
Felix Ableitner 2020-12-10 12:34:56 +01:00
parent b5b670b8b9
commit 2d88dfdaef

View file

@ -14,7 +14,7 @@ steps:
commands:
- apt-get -y update
- apt-get -y install --no-install-recommends espeak postgresql-client
- psql $LEMMY_DATABASE_URL
- psql $LEMMY_DATABASE_URL -c "\l"
#- cargo check --all
#- cargo clippy
#- cargo test --workspace --no-fail-fast