mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-13 22:25:40 +00:00
Attempt to fix ci
This commit is contained in:
parent
b9976f10b7
commit
5256e04168
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user