Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit 1454df5

Browse files
authored
Fix CI recipes (#27)
1 parent 53562bc commit 1454df5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ jobs:
2222
cargo test --no-fail-fast --release --all-features --
2323
cd ./service
2424
./build.sh
25-
cargo test --no-fail-fast --release --all-features --
25+
mkdir data
26+
cargo test --no-fail-fast --release --all-features -- --test-threads=1
2627
- save_cache:
2728
paths:
2829
- ~/.cargo

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
with:
5656
profile: minimal
5757
toolchain: nightly-2021-09-01
58+
target: wasm32-wasi
5859
override: true
5960

6061
### Build

0 commit comments

Comments
 (0)