run a query
This commit is contained in:
parent
b5b670b8b9
commit
2d88dfdaef
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue