Attempt to fix ci

This commit is contained in:
Lachlan Sneff 2018-12-26 20:54:41 -05:00
parent b9976f10b7
commit 5256e04168

View File

@ -11,6 +11,7 @@ jobs:
keys:
- v4-test-cargo-cache-linux-{{ arch }}-{{ checksum "Cargo.lock" }}
- run: sudo apt-get install -y cmake
- run: sudo apt-get install texinfo
- run: make test
- run: rustup component add rustfmt
- run: make lint
@ -32,6 +33,7 @@ jobs:
keys:
- v4-cargo-cache-linux-{{ arch }}-{{ checksum "Cargo.lock" }}
- run: sudo apt-get install -y cmake
- run: sudo apt-get install texinfo
- run:
name: Execute tests
command: make test