mirror of https://github.com/icedland/iced.git
Update build-rust
This commit is contained in:
parent
6a9f2d5b3b
commit
60538ede28
|
@ -228,7 +228,7 @@ build_test_current_version() {
|
||||||
echo "==== BUILD RELEASE ===="
|
echo "==== BUILD RELEASE ===="
|
||||||
cargo check --color always --release --features "serde code_asm mvex"
|
cargo check --color always --release --features "serde code_asm mvex"
|
||||||
|
|
||||||
echo "==== TEST RELEASE ===="
|
echo "==== TEST ===="
|
||||||
extra_args=""
|
extra_args=""
|
||||||
if [ "$test_code_asm" != "y" ]; then
|
if [ "$test_code_asm" != "y" ]; then
|
||||||
extra_args="-- --skip lib.rs"
|
extra_args="-- --skip lib.rs"
|
||||||
|
|
Loading…
Reference in New Issue