diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index afc1608e..3d036297 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -128,23 +128,24 @@ jobs: cargo fmt --check -p mbedtls-platform-support cargo fmt --check -p mbedtls-sys-auto - bench: - name: Cargo bench - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - with: - submodules: true - - uses: dtolnay/rust-toolchain@master - with: - toolchain: stable - - uses: boa-dev/criterion-compare-action@v3 - name: Run criterion-compare-action - with: - cwd: "mbedtls" - benchName: "cipher" - branchName: ${{ github.base_ref }} - token: ${{ secrets.GITHUB_TOKEN }} + # Temporarily disbaling this, as boa-dev/criterion-compare-action@v3 does not handle submodules + # bench: + # name: Cargo bench + # runs-on: ubuntu-latest + # steps: + # - uses: actions/checkout@v3 + # with: + # submodules: true + # - uses: dtolnay/rust-toolchain@master + # with: + # toolchain: stable + # - uses: boa-dev/criterion-compare-action@v3 + # name: Run criterion-compare-action + # with: + # cwd: "mbedtls" + # benchName: "cipher" + # branchName: ${{ github.base_ref }} + # token: ${{ secrets.GITHUB_TOKEN }} ci-success: name: ci