Trying to fix drone 9

This commit is contained in:
Dessalines 2021-11-09 10:56:04 -05:00
parent 4f43f6f91f
commit 9f5309e120

View file

@ -37,7 +37,7 @@ steps:
RUST_BACKTRACE: 1 RUST_BACKTRACE: 1
RUST_TEST_THREADS: 1 RUST_TEST_THREADS: 1
commands: commands:
- apk add libpq - apk add musl-dev openssl-dev postgresql-dev libpq
- cargo test --workspace --no-fail-fast - cargo test --workspace --no-fail-fast
- name: check defaults.hjson updated - name: check defaults.hjson updated