Lines Matching full:cargo
17 CARGO: cargo
18 # When CARGO is set to CROSS, TARGET is set to `--target matrix.target`.
86 cargo install --git https://github.com/rust-embedded/cross
87 echo "CARGO=cross" >> $GITHUB_ENV
99 - name: Show command used for Cargo
101 echo "cargo command is: ${{ env.CARGO }}"
106 - run: ${{ env.CARGO }} build --verbose $TARGET
107 - run: ${{ env.CARGO }} build --verbose $TARGET --no-default-features
108 - run: ${{ env.CARGO }} doc --verbose $TARGET
113 run: ${{ env.CARGO }} test --verbose $TARGET byte_order -- --nocapture
115 run: ${{ env.CARGO }} test --verbose $TARGET
123 cargo test --verbose --features libc
128 RUSTFLAGS="$preamble" cargo test --verbose
131 RUSTFLAGS="$preamble" cargo test --verbose --features libc
135 RUSTFLAGS="$preamble" cargo test --verbose
137 # For some reason, cargo seems to get confused which results in
139 cargo clean
141 RUSTFLAGS="$preamble --cfg memchr_runtime_sse2" cargo test --verbose
144 cargo clean
146 RUSTFLAGS="$preamble --cfg memchr_runtime_avx" cargo test --verbose
149 run: cargo bench --manifest-path bench/Cargo.toml --verbose -- --test
166 …- run: cargo build -Z build-std=core --target=src/tests/x86_64-soft_float.json --verbose --no-defa…
185 - run: cargo miri test --verbose
186 - run: cargo miri test --verbose --no-default-features
187 - run: cargo miri test --verbose --features libc
206 cargo fmt -- --check
209 cargo fmt --manifest-path bench/Cargo.toml -- --check