Skip to content

Commit 9c49b18

Browse files
committed
ci: disable code coverage and blockchain integration tests
1 parent 64d2b7c commit 9c49b18

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/code_coverage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ name: Code Coverage
1313
jobs:
1414
Codecov:
1515
name: Code Coverage
16+
if: false # disabled
1617
runs-on: ubuntu-latest
1718
env:
1819
RUSTFLAGS: "-Cinstrument-coverage"

.github/workflows/cont_integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ jobs:
9999

100100
test-blockchains:
101101
name: Blockchain ${{ matrix.blockchain.features }}
102+
if: false # disabled
102103
runs-on: ubuntu-20.04
103104
strategy:
104105
fail-fast: false

0 commit comments

Comments
 (0)