mirror of
https://github.com/postgresml/pgcat.git
synced 2026-03-23 01:16:30 +00:00
Cleaner shutdown (#12)
* Cleaner shutdown * mark as bad just in case although im pretty sure we dont need it * server session duration * test clean shutdown * ah
This commit is contained in:
@@ -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 postgresql-contrib-12 postgresql-client-12"
|
||||
command: "sudo apt-get update && sudo apt-get install -y psmisc postgresql-contrib-12 postgresql-client-12"
|
||||
- run:
|
||||
name: "Build"
|
||||
command: "cargo build"
|
||||
@@ -47,4 +47,4 @@ jobs:
|
||||
workflows:
|
||||
build:
|
||||
jobs:
|
||||
- build
|
||||
- build
|
||||
|
||||
Reference in New Issue
Block a user