ci: Clean up build script for MSRV and rename it

This commit is contained in:
Jonas Platte 2021-04-10 11:58:54 +02:00
parent 90082d02f7
commit 110aa58300
No known key found for this signature in database
GPG Key ID: 7D261D771D915378

View File

@ -53,7 +53,7 @@ tasks:
# by default. Make sure it works with all of them.
pushd ruma-client-api
cargo build --all-features --verbose
cargo build --all-features --quiet
client_api_build_exit=$?
popd