Skip to content

Commit 09ae484

Browse files
committed
Merge branch 'v2.0-dev' into docs/dapi
# Conflicts: # packages/dapi-grpc/Cargo.toml # packages/dapi-grpc/clients/drive/v0/nodejs/drive_pbjs.js # packages/dapi-grpc/clients/platform/v0/python/platform_pb2.py # packages/dapi-grpc/protos/platform/v0/platform.proto # packages/rs-drive-abci/src/query/proofs/v0/mod.rs # packages/rs-drive-abci/src/query/service.rs
2 parents 8fda52b + db1fcb8 commit 09ae484

File tree

325 files changed

+26214
-2628
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

325 files changed

+26214
-2628
lines changed

.github/workflows/tests-rs-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195
uses: ./.github/actions/librocksdb
196196

197197
- name: Run tests
198-
run: cargo test --package=${{ inputs.package }} --all-features --locked
198+
run: RUST_MIN_STACK=16777216 cargo test --package=${{ inputs.package }} --all-features --locked
199199
env:
200200
SCCACHE_S3_KEY_PREFIX: ${{ runner.os }}/sccache/${{ runner.arch }}/linux-gnu
201201
ROCKSDB_STATIC: "/opt/rocksdb/usr/local/lib/librocksdb.a"

0 commit comments

Comments
 (0)