From c36b0c4f978234a12151ea52018a90d4414f779f Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Mon, 13 May 2024 03:04:11 -0400 Subject: [PATCH] check -> rustc --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0329edf..5c57198 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,7 +13,7 @@ jobs: run: sudo apt install -y ca-certificates libssl-dev - name: Compile - run: cargo check -- -A warnings + run: cargo rustc -- -A warnings - name: Unit tests run: RUST_LOG=asmr=debug cargo test