mirror of
https://github.com/ostreedev/ostree.git
synced 2024-12-22 17:35:55 +03:00
ci/rust: Change MSRV to cargo check
No reason to codegen just to throw it away. We could test here too, but eh.
This commit is contained in:
parent
ed98a7904c
commit
001839b35f
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user