File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 25
25
key : cargo-lock-3-{{ checksum "Cargo.lock" }}
26
26
- run :
27
27
name : " Install dependencies"
28
- command : " sudo apt-get update && sudo apt-get install postgresql-contrib-12 postgresql-client-12"
28
+ command : " sudo apt-get update && sudo apt-get install -y postgresql-contrib-12 postgresql-client-12"
29
29
- run :
30
30
name : " Build"
31
31
command : " cargo build --release"
34
34
command : " cargo test"
35
35
- run :
36
36
name : " Launch in background"
37
- command : " ./target/release/pgcat &"
38
- - run :
39
- name : " PgBench initialize"
40
- command : " pgbench -i -h 127.0.0.1 -p 6432"
41
- - run :
42
- name : " PgBench run"
43
- command : " pgbench -h 127.0.0.1 -p 6432 --protocol extended -t 100 -c 2"
37
+ command : " ./target/release/pgcat & pgbench -i -h 127.0.0.1 -p 6432 & pgbench -h 127.0.0.1 -p 6432 --protocol extended -t 100 -c 2"
44
38
- save_cache :
45
39
key : cargo-lock-3-{{ checksum "Cargo.lock" }}
46
40
paths :
You can’t perform that action at this time.
0 commit comments