run a query

pull/1335/head
Felix Ableitner 2020-12-10 12:34:56 +01:00
parent b5b670b8b9
commit 2d88dfdaef
1 changed files with 1 additions and 1 deletions

View File

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