From: Steve Myers Date: Tue, 22 Oct 2024 01:05:58 +0000 (-0500) Subject: ci: disable code coverage and blockchain integration tests X-Git-Tag: v0.30.0~5 X-Git-Url: http://internal-gitweb-vhost/?a=commitdiff_plain;h=9c49b18499e489b4a7ed990413f5843684d221e5;p=bdk ci: disable code coverage and blockchain integration tests --- diff --git a/.github/workflows/code_coverage.yml b/.github/workflows/code_coverage.yml index bf47a7e2..217e72d6 100644 --- a/.github/workflows/code_coverage.yml +++ b/.github/workflows/code_coverage.yml @@ -13,6 +13,7 @@ name: Code Coverage jobs: Codecov: name: Code Coverage + if: false # disabled runs-on: ubuntu-latest env: RUSTFLAGS: "-Cinstrument-coverage" diff --git a/.github/workflows/cont_integration.yml b/.github/workflows/cont_integration.yml index 44dd5fd1..dbb050f5 100644 --- a/.github/workflows/cont_integration.yml +++ b/.github/workflows/cont_integration.yml @@ -99,6 +99,7 @@ jobs: test-blockchains: name: Blockchain ${{ matrix.blockchain.features }} + if: false # disabled runs-on: ubuntu-20.04 strategy: fail-fast: false