mirror of
https://github.com/fluencelabs/trust-graph
synced 2025-05-28 23:21:28 +00:00
fix ci
This commit is contained in:
parent
dce846d1c7
commit
f27a7e635e
@ -16,7 +16,7 @@ jobs:
|
|||||||
sudo bash .github/download_marine.sh
|
sudo bash .github/download_marine.sh
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
keys:
|
keys:
|
||||||
- trust-graph00-{{ checksum "./service/Cargo.lock" }}-{{ checksum "./Cargo.lock" }}-{{ checksum "./keypair/Cargo.lock" }}
|
- trust-graph00-{{ checksum "./Cargo.lock" }}-{{ checksum "./keypair/Cargo.lock" }}
|
||||||
- run: |
|
- run: |
|
||||||
rustup target add wasm32-wasi
|
rustup target add wasm32-wasi
|
||||||
cargo test --no-fail-fast --release --all-features --
|
cargo test --no-fail-fast --release --all-features --
|
||||||
|
Loading…
x
Reference in New Issue
Block a user