From 3dab1f2dc47e50b7d3d125683a83d704d788f341 Mon Sep 17 00:00:00 2001 From: Josh Groves Date: Mon, 29 Jul 2024 11:14:41 -0230 Subject: [PATCH] Update CI (#109) * Update to checkout 4 * Make sure CI includes all targets --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7e39b36..580c434 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,8 +14,8 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Build - run: cargo build --verbose + run: cargo build --all-targets --verbose - name: Run tests run: cargo test --verbose