Add targets
This commit is contained in:
parent
18caf042ed
commit
0ccc0a156f
|
@ -31,7 +31,7 @@ before_script:
|
||||||
- rustup component add clippy || cargo install --git https://github.com/rust-lang/rust-clippy/ --force clippy
|
- rustup component add clippy || cargo install --git https://github.com/rust-lang/rust-clippy/ --force clippy
|
||||||
script:
|
script:
|
||||||
- cargo fmt -- --check
|
- cargo fmt -- --check
|
||||||
- cargo clippy "${CARGO_FLAGS}" -- -D warnings
|
- cargo clippy "${CARGO_FLAGS}" --all-targets -- -D warnings
|
||||||
- |
|
- |
|
||||||
cargo build "${CARGO_FLAGS}" &&
|
cargo build "${CARGO_FLAGS}" &&
|
||||||
cargo test "${CARGO_FLAGS}" &&
|
cargo test "${CARGO_FLAGS}" &&
|
||||||
|
|
Loading…
Reference in New Issue