Lines Matching full:cargo
15 CARGO: cargo
16 # When CARGO is set to CROSS, TARGET is set to `--target matrix.target`.
77 cargo install --git https://github.com/rust-embedded/cross
78 echo "::set-env name=CARGO::cross"
80 - name: Show command used for Cargo
82 echo "cargo command is: ${{ env.CARGO }}"
87 - run: ${{ env.CARGO }} build --verbose $TARGET
88 - run: ${{ env.CARGO }} build --verbose $TARGET --no-default-features
89 - run: ${{ env.CARGO }} doc --verbose $TARGET
94 run: ${{ env.CARGO }} test --verbose $TARGET byte_order -- --nocapture
96 run: ${{ env.CARGO }} test --verbose $TARGET
104 cargo test --verbose --features libc
109 RUSTFLAGS="$preamble" cargo test --verbose
112 RUSTFLAGS="$preamble" cargo test --verbose --features libc
116 RUSTFLAGS="$preamble" cargo test --verbose
118 # For some reason, cargo seems to get confused which results in
120 cargo clean
122 RUSTFLAGS="$preamble --cfg memchr_runtime_sse2" cargo test --verbose
125 cargo clean
127 RUSTFLAGS="$preamble --cfg memchr_runtime_avx" cargo test --verbose
130 run: cargo bench --manifest-path bench/Cargo.toml --verbose -- --test
147 …- run: cargo build -Z build-std=core --target=src/tests/x86_64-soft_float.json --verbose --no-defa…
166 - run: cargo miri test --verbose
167 - run: cargo miri test --verbose --no-default-features
168 - run: cargo miri test --verbose --features libc
187 cargo fmt -- --check
190 cargo fmt --manifest-path bench/Cargo.toml -- --check