[go: up one dir, main page]

ci_info 0.13.0

Provides current CI environment information.
Documentation
1
2
3
4
5
6
7
8
use ci_info;

#[test]
fn get() {
    let info = ci_info::get();

    assert_eq!(info.ci, info.vendor.is_some());
}