apt-get -y

pull/1335/head
Felix Ableitner 2020-12-10 01:26:45 +01:00
parent 94ab4f6164
commit b79c10c122
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@ steps:
RUST_BACKTRACE: 1 RUST_BACKTRACE: 1
RUST_TEST_THREADS: 1 RUST_TEST_THREADS: 1
commands: commands:
- apt update - apt-get -y update
- apt install espeak postgresql-client - apt-get -y install --no-install-recommends espeak postgresql-client
- cargo check --all - cargo check --all
- cargo clippy - cargo clippy
- cargo test --workspace --no-fail-fast - cargo test --workspace --no-fail-fast