This commit is contained in:
Felix Ableitner 2020-12-10 21:03:32 +01:00
parent 964332db12
commit 606bfa89b6
1 changed files with 2 additions and 2 deletions

View File

@ -46,8 +46,8 @@ steps:
- name: dieselcli - name: dieselcli
path: /dieselcli path: /dieselcli
commands: commands:
- apt-get update - sudo apt-get update
- apt-get -y install --no-install-recommends espeak postgresql-client - sudo apt-get -y install --no-install-recommends espeak postgresql-client
- /dieselcli/diesel migration run - /dieselcli/diesel migration run
- cargo test --workspace --no-fail-fast - cargo test --workspace --no-fail-fast