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