Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 712 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 712 Bytes

Qiniu Rust SDK Test

License Build Status

关于

本模块针对 qiniu-rustuse-libcurl 功能进行集成测试。 在测试前,应安装 libcurl,根据 TEST.md 配置七牛账户,并保证网络正常。

构建指南

构建集成测试程序

make build_test

执行集成测试(需要配置七牛账户,具体做法参见 TEST.md

make test

检查 Rust 代码质量

make clippy