Replace `cargo build` calls in CI with `cargo check` 2023-09-msrv-try-2
authorMatt Corallo <git@bluematt.me>
Sun, 17 Sep 2023 00:57:00 +0000 (00:57 +0000)
committerMatt Corallo <git@bluematt.me>
Sun, 17 Sep 2023 00:57:00 +0000 (00:57 +0000)
commite1707baf15c93b1cd237992ca1da73d5350e386d
treec0987348d595fe2c7b58db4e07ec9de0aae63981
parentb78f93694f0b1c6c2125539502fcb66b3b191284
Replace `cargo build` calls in CI with `cargo check`

We're not actually using the build output, so there's no reason to
do a build vs just running check.
ci/ci-tests.sh