Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 284 Bytes

Development.md

File metadata and controls

19 lines (11 loc) · 284 Bytes

Development

Standard rust toolchain:

Uses the familiar cargo targets: build, test, fmt, clippy

Testing

./ci/minio_start.sh
cargo test
./ci/minio_stop.sh

Releasing

Leverages Release-plz to build Release PR's.