Lines Matching full:cargo
39 - run: cargo test --verbose
40 - run: cargo test --verbose --features serde
41 - run: cargo test --verbose --features std
42 - run: cargo test --verbose --features kv_unstable
43 - run: cargo test --verbose --features kv_unstable_sval
44 - run: cargo test --verbose --features kv_unstable_serde
45 …- run: cargo test --verbose --features "kv_unstable kv_unstable_std kv_unstable_sval kv_unstable_s…
46 - run: cargo run --verbose --manifest-path test_max_level_features/Cargo.toml
47 - run: cargo run --verbose --manifest-path test_max_level_features/Cargo.toml --release
59 - run: cargo fmt -- --check
70 - run: cargo build --verbose -Z avoid-dev-deps --features kv_unstable
71 - run: cargo build --verbose -Z avoid-dev-deps --features "kv_unstable std"
72 - run: cargo build --verbose -Z avoid-dev-deps --features "kv_unstable kv_unstable_sval"
73 - run: cargo build --verbose -Z avoid-dev-deps --features "kv_unstable kv_unstable_serde"
74 - run: cargo build --verbose -Z avoid-dev-deps --features "kv_unstable kv_unstable_std"
75 …- run: cargo build --verbose -Z avoid-dev-deps --features "kv_unstable kv_unstable_sval kv_unstabl…
86 - run: cargo build --verbose
87 - run: cargo build --verbose --features serde
88 - run: cargo build --verbose --features std
89 - run: cargo test --verbose --manifest-path tests/Cargo.toml
101 - run: cargo build --verbose --target=thumbv6m-none-eabi
102 - run: cargo build --verbose --target=riscv32imc-unknown-none-elf