mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-04-23 12:18:51 +02:00
Merge pull request #257 from antham/master
Increase circleci compile speed
This commit is contained in:
commit
c1bf1e52b0
@ -9,7 +9,7 @@ jobs:
|
|||||||
- checkout
|
- checkout
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
keys:
|
keys:
|
||||||
- pkg-cache-{{ checksum "Gopkg.lock" }}
|
- pkg-cache-{{ checksum "Gopkg.lock" }}-v1
|
||||||
- run:
|
- run:
|
||||||
name: Run gofmt -s
|
name: Run gofmt -s
|
||||||
command: |
|
command: |
|
||||||
@ -31,9 +31,9 @@ jobs:
|
|||||||
command: |
|
command: |
|
||||||
bash <(curl -s https://codecov.io/bash)
|
bash <(curl -s https://codecov.io/bash)
|
||||||
- save_cache:
|
- save_cache:
|
||||||
key: pkg-cache-{{ checksum "Gopkg.lock" }}
|
key: pkg-cache-{{ checksum "Gopkg.lock" }}-v1
|
||||||
paths:
|
paths:
|
||||||
- "/go/pkg"
|
- ~/.cache/go-build
|
||||||
|
|
||||||
release:
|
release:
|
||||||
docker:
|
docker:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user