Reset query router setting to default (#32)

This commit is contained in:
Lev Kokotov
2022-02-21 00:00:50 -08:00
committed by GitHub
parent aceb2ace24
commit 86941d62e4
3 changed files with 12 additions and 10 deletions

View File

@@ -25,6 +25,9 @@ jobs:
- checkout
- restore_cache:
key: cargo-lock-2-{{ checksum "Cargo.lock" }}
- run:
name: "Lint"
command: "cargo fmt --check"
- run:
name: "Install dependencies"
command: "sudo apt-get update && sudo apt-get install -y psmisc postgresql-contrib-12 postgresql-client-12 ruby ruby-dev libpq-dev"