Skip to content

Commit

Permalink
ci: disable code coverage and blockchain integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
notmandatory committed Oct 22, 2024
1 parent 64d2b7c commit 9c49b18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/code_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ name: Code Coverage
jobs:
Codecov:
name: Code Coverage
if: false # disabled
runs-on: ubuntu-latest
env:
RUSTFLAGS: "-Cinstrument-coverage"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cont_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ jobs:

test-blockchains:
name: Blockchain ${{ matrix.blockchain.features }}
if: false # disabled
runs-on: ubuntu-20.04
strategy:
fail-fast: false
Expand Down

0 comments on commit 9c49b18

Please sign in to comment.