build_tc denies warnings for CI builds.
This commit is contained in:
parent
e0cd91f219
commit
2c33dfeb59
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ rustup toolchain update ${TC};
|
||||||
|
|
||||||
cd ${REPO_DIR}/framed;
|
cd ${REPO_DIR}/framed;
|
||||||
|
|
||||||
|
export RUSTFLAGS="--deny warnings";
|
||||||
|
|
||||||
# use_std build
|
# use_std build
|
||||||
cargo +${TC} test -p framed --verbose --lib;
|
cargo +${TC} test -p framed --verbose --lib;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue