mirror of
https://github.com/rust-lang/mdBook
synced 2025-03-05 07:37:19 +00:00
7 lines
161 B
Bash
7 lines
161 B
Bash
|
# `script` phase: you usually build, test and generate docs in this phase
|
||
|
|
||
|
set -ex
|
||
|
|
||
|
cargo build --target $TARGET --verbose
|
||
|
cargo test --target $TARGET --verbose
|