Skip to content

Commit

Permalink
ci: re-enable blockchain and code-coverage jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
notmandatory committed Nov 22, 2024
1 parent b7dad9f commit 61b9f94
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/code_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ name: Code Coverage
jobs:
Codecov:
name: Code Coverage
if: false # disabled
runs-on: ubuntu-latest
env:
RUSTFLAGS: "-Cinstrument-coverage"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/cont_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ 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 61b9f94

Please sign in to comment.