diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ceb7d0c..bf45c2e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -90,8 +90,13 @@ jobs: - name: Checkout code uses: actions/checkout@v4 + - name: Benchmark + run: cargo bench --bench client --bench server + if: ${{ matrix.os == 'windows-latest' }} + - name: Benchmark run: cargo bench + if: ${{ matrix.os != 'windows-latest' }} # interop: # needs: test