Lines Matching full:cargo
15 CARGO: cargo
16 # When CARGO is set to CROSS, TARGET is set to `--target matrix.target`.
84 cargo install --git https://github.com/rust-embedded/cross
85 echo "::set-env name=CARGO::cross"
88 - name: Show command used for Cargo
90 echo "cargo command is: ${{ env.CARGO }}"
95 run: ${{ env.CARGO }} build --verbose ${{ env.TARGET }}
99 run: ${{ env.CARGO }} doc --verbose ${{ env.TARGET }}
106 run: ${{ env.CARGO }} build --manifest-path examples/Cargo.toml --examples
110 run: ${{ env.CARGO }} test --verbose --features transducer ${{ env.TARGET }}
116 run: ${{ env.CARGO }} test --verbose --features transducer --lib ${{ env.TARGET }}
120 run: ${{ env.CARGO }} build --verbose --no-default-features ${{ env.TARGET }}
124 run: ${{ env.CARGO }} doc --verbose --lib --no-default-features ${{ env.TARGET }}
128 run: ${{ env.CARGO }} test --verbose --lib --no-default-features ${{ env.TARGET }}
132 …run: ${{ env.CARGO }} build --verbose --manifest-path regex-automata-debug/Cargo.toml ${{ env.TARG…
136 … run: ${{ env.CARGO }} bench --manifest-path bench/Cargo.toml --verbose ${{ env.TARGET }} -- --test
155 cargo fmt --all -- --check
158 cargo fmt --manifest-path regex-automata-debug/Cargo.toml -- --check