mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-13 06:15:33 +00:00
More attempts at fixing ci
This commit is contained in:
parent
5256e04168
commit
febc172bbb
@ -12,6 +12,7 @@ jobs:
|
||||
- v4-test-cargo-cache-linux-{{ arch }}-{{ checksum "Cargo.lock" }}
|
||||
- run: sudo apt-get install -y cmake
|
||||
- run: sudo apt-get install texinfo
|
||||
- run: sudo apt-get install libclang-dev
|
||||
- run: make test
|
||||
- run: rustup component add rustfmt
|
||||
- run: make lint
|
||||
@ -34,6 +35,7 @@ jobs:
|
||||
- v4-cargo-cache-linux-{{ arch }}-{{ checksum "Cargo.lock" }}
|
||||
- run: sudo apt-get install -y cmake
|
||||
- run: sudo apt-get install texinfo
|
||||
- run: sudo apt-get install libclang-dev
|
||||
- run:
|
||||
name: Execute tests
|
||||
command: make test
|
||||
@ -130,6 +132,8 @@ jobs:
|
||||
keys:
|
||||
- v4-test-cargo-cache-linux-{{ arch }}-{{ checksum "Cargo.lock" }}-nightly
|
||||
- run: sudo apt-get install -y cmake
|
||||
- run: sudo apt-get install texinfo
|
||||
- run: sudo apt-get install libclang-dev
|
||||
- run: rustup default nightly
|
||||
- run: make test
|
||||
- save_cache:
|
||||
|
Loading…
Reference in New Issue
Block a user