Revert "ci: fix pipeline build"
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This reverts commit 851058245d
.
This commit is contained in:
parent
f2fc72056b
commit
48438c1aec
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user