mirror of
https://github.com/fluencelabs/wasmer
synced 2025-03-30 22:41:03 +00:00
Attempt to fix ci
This commit is contained in:
parent
b9976f10b7
commit
5256e04168
@ -11,6 +11,7 @@ jobs:
|
|||||||
keys:
|
keys:
|
||||||
- v4-test-cargo-cache-linux-{{ arch }}-{{ checksum "Cargo.lock" }}
|
- v4-test-cargo-cache-linux-{{ arch }}-{{ checksum "Cargo.lock" }}
|
||||||
- run: sudo apt-get install -y cmake
|
- run: sudo apt-get install -y cmake
|
||||||
|
- run: sudo apt-get install texinfo
|
||||||
- run: make test
|
- run: make test
|
||||||
- run: rustup component add rustfmt
|
- run: rustup component add rustfmt
|
||||||
- run: make lint
|
- run: make lint
|
||||||
@ -32,6 +33,7 @@ jobs:
|
|||||||
keys:
|
keys:
|
||||||
- v4-cargo-cache-linux-{{ arch }}-{{ checksum "Cargo.lock" }}
|
- v4-cargo-cache-linux-{{ arch }}-{{ checksum "Cargo.lock" }}
|
||||||
- run: sudo apt-get install -y cmake
|
- run: sudo apt-get install -y cmake
|
||||||
|
- run: sudo apt-get install texinfo
|
||||||
- run:
|
- run:
|
||||||
name: Execute tests
|
name: Execute tests
|
||||||
command: make test
|
command: make test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user