Lines Matching full:cargo
18 cargo --version
20 cargo +nightly --version
24 command: cargo generate-lockfile
27 - cargo-cache-{{ arch }}-{{ checksum "Cargo.lock" }}
32 cargo fmt --all -- --check --color=auto
35 command: cargo build --all --all-targets
38 command: cargo test --all
42 cargo +nightly miri test
46 …RUSTFLAGS="-Z sanitizer=address" cargo +nightly -Z build-std test --target x86_64-unknown-linux-gnu
47 … RUSTFLAGS="-Z sanitizer=leak" cargo +nightly test -Z build-std --target x86_64-unknown-linux-gnu
48 … RUSTFLAGS="-Z sanitizer=memory" cargo +nightly test -Z build-std --target x86_64-unknown-linux-gnu
51 - /usr/local/cargo/registry
55 key: cargo-cache-{{ arch }}-{{ checksum "Cargo.lock" }}