diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 059ba8f..2193fbd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -60,7 +60,7 @@ i686-gnulinux: - cargo +beta-$TARGET check --all-targets --features "fail-on-warnings serde" - cargo +beta-$TARGET check --all-targets --features fail-on-warnings - cargo +beta-$TARGET test --features "fail-on-warnings f16 serde" - - cargo +beta-$TARGET test --release --features "fail-on-warnings azf16 serde" + - cargo +beta-$TARGET test --release --features "fail-on-warnings az f16 serde" - cargo +beta-$TARGET fmt -- --check - cargo +1.34.2-$TARGET test --lib --features "fail-on-warnings az f16 serde" - cargo +1.34.2-$TARGET test --release --lib --features "fail-on-warnings az f16 serde"