add async feature #1

Merged
b4tman merged 62 commits from async into master 2023-08-18 06:29:46 +00:00
Showing only changes of commit 48438c1aec - Show all commits

View File

@ -7,11 +7,8 @@ steps:
image: rust:1-alpine image: rust:1-alpine
commands: commands:
- apk add --no-cache musl-dev - apk add --no-cache musl-dev
- cargo build -p chgk_ledb - cargo build --verbose --all-features --all
- cargo build -p chgk_ledb_lib --features sync,convert,source - cargo test --verbose --all-features --all
- cargo build -p chgk_ledb_lib --features async,convert_async,source_async
- cargo test -p chgk_ledb_lib --features sync,convert,source
- cargo test -p chgk_ledb_lib --features async,convert_async,source_async
environment: environment:
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse