mirror of
https://github.com/fluencelabs/trust-graph
synced 2025-05-02 19:02:14 +00:00
Fix CI recipes (#27)
This commit is contained in:
parent
53562bc8a7
commit
1454df5148
@ -22,7 +22,8 @@ jobs:
|
|||||||
cargo test --no-fail-fast --release --all-features --
|
cargo test --no-fail-fast --release --all-features --
|
||||||
cd ./service
|
cd ./service
|
||||||
./build.sh
|
./build.sh
|
||||||
cargo test --no-fail-fast --release --all-features --
|
mkdir data
|
||||||
|
cargo test --no-fail-fast --release --all-features -- --test-threads=1
|
||||||
- save_cache:
|
- save_cache:
|
||||||
paths:
|
paths:
|
||||||
- ~/.cargo
|
- ~/.cargo
|
||||||
|
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -55,6 +55,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
profile: minimal
|
profile: minimal
|
||||||
toolchain: nightly-2021-09-01
|
toolchain: nightly-2021-09-01
|
||||||
|
target: wasm32-wasi
|
||||||
override: true
|
override: true
|
||||||
|
|
||||||
### Build
|
### Build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user