diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ad02ec2..dcb760c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -80,8 +80,11 @@ jobs: components: clippy targets: ${{ matrix.cargo-target }} + - name: Install binstall + uses: cargo-bins/cargo-binstall@main + - name: Install nextest - uses: taiki-e/install-action@v2 + run: cargo binstall cargo-nextest - name: Build run: |