summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2022-06-23 14:44:33 -0400
committerColin Walters <walters@verbum.org>2022-06-23 14:45:16 -0400
commit001839b35f3c02d8df34a127eb99bd17af30ee15 (patch)
tree8644adb8eb15be0344337538659b772e5bf4f5ef /.github
parented98a7904c9536984567412daf9cc517555a81e4 (diff)
downloadostree-001839b35f3c02d8df34a127eb99bd17af30ee15.tar.gz
ci/rust: Change MSRV to `cargo check`
No reason to codegen just to throw it away. We could test here too, but eh.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/rust.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index 74e395ee..affeb42b 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -47,8 +47,8 @@ jobs:
default: true
- name: Cache Dependencies
uses: Swatinem/rust-cache@ce325b60658c1b38465c06cc965b79baf32c1e72
- - name: cargo build
- run: cargo build --features=${{ env['CARGO_PROJECT_FEATURES'] }}
+ - name: cargo check
+ run: cargo check --features=${{ env['CARGO_PROJECT_FEATURES'] }}
build-no-features:
runs-on: ubuntu-latest
container: quay.io/coreos-assembler/fcos-buildroot:testing-devel