From f1d0eba719f435f6d773ea7007f3afa418c70963 Mon Sep 17 00:00:00 2001 From: Trey Lowerison <19714082+tlowerison@users.noreply.github.com> Date: Tue, 31 Oct 2023 21:01:34 -0700 Subject: [PATCH] add cargo build step in ci --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0e0a74f..8951ab5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,6 +26,8 @@ jobs: - uses: actions/checkout@v3 + - run: cargo build --all-features + - run: pre-commit install --hook-type pre-commit - run: pre-commit install --hook-type pre-push