From 55909d632bc0f7985fd755c7f2b92716f57ecc3f Mon Sep 17 00:00:00 2001 From: EntyButOnWorkAccount <115137216+tempusernamedduck@users.noreply.github.com> Date: Mon, 26 Feb 2024 12:37:03 +0100 Subject: [PATCH] Update rust.yml using Check to make sure target version and everything works as expected --- .github/workflows/rust.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 7b55bb3..69e0dd1 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -16,6 +16,9 @@ jobs: steps: - uses: actions/checkout@v4 + - uses: taiki-e/install-action@cargo-hack + - name: Check + run: cargo hack check --rust-version --workspace --all-targets --ignore-private - name: Build run: cargo build --verbose - name: Run tests