Fix CI recipes (#27)

This commit is contained in:
Aleksey Proshutisnkiy 2021-11-12 17:00:37 +03:00 committed by GitHub
parent 53562bc8a7
commit 1454df5148
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -22,7 +22,8 @@ jobs:
cargo test --no-fail-fast --release --all-features --
cd ./service
./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:
paths:
- ~/.cargo

View File

@ -55,6 +55,7 @@ jobs:
with:
profile: minimal
toolchain: nightly-2021-09-01
target: wasm32-wasi
override: true
### Build