Speed up CI a bit (#119)

* Sleep for 1s

* use premade image

* quicker

* revert shutdown timeout
This commit is contained in:
Lev Kokotov
2022-08-11 22:41:08 -07:00
committed by GitHub
parent f963b12821
commit a5db6881b8
3 changed files with 11 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ jobs:
# Specify the execution environment. You can specify an image from Dockerhub or use one of our Convenience Images from CircleCI's Developer Hub.
# See: https://circleci.com/docs/2.0/configuration-reference/#docker-machine-macos-windows-executor
docker:
- image: cimg/rust:1.62.0
- image: levkk/pgcat-ci:latest
environment:
RUST_LOG: info
RUSTFLAGS: "-C instrument-coverage"