Skip to content

Commit

Permalink
Fix CI recipes (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
justprosh authored Nov 12, 2021
1 parent 53562bc commit 1454df5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
with:
profile: minimal
toolchain: nightly-2021-09-01
target: wasm32-wasi
override: true

### Build
Expand Down

0 comments on commit 1454df5

Please sign in to comment.