Explicit shard selection; Rails tests (#24)

* Explicit shard selection; Rails tests

* try running ruby tests

* try without lockfile

* aha

* ok
This commit is contained in:
Lev Kokotov
2022-02-18 09:43:07 -08:00
committed by GitHub
parent aa796289bf
commit bbacb9cf01
7 changed files with 170 additions and 14 deletions

View File

@@ -25,7 +25,7 @@ jobs:
key: cargo-lock-2-{{ checksum "Cargo.lock" }}
- run:
name: "Install dependencies"
command: "sudo apt-get update && sudo apt-get install -y psmisc postgresql-contrib-12 postgresql-client-12"
command: "sudo apt-get update && sudo apt-get install -y psmisc postgresql-contrib-12 postgresql-client-12 ruby ruby-dev libpq-dev"
- run:
name: "Build"
command: "cargo build"