Skip to content

0.6.6 - Block time and LevelDB Performance improvements #3

0.6.6 - Block time and LevelDB Performance improvements

0.6.6 - Block time and LevelDB Performance improvements #3

Workflow file for this run

---
name: Pull Request CI
on: # yamllint disable-line rule:truthy
workflow_dispatch: {}
pull_request:
jobs:
build:
name: Build
uses: ./.github/workflows/build.yml
test:
name: Test
uses: ./.github/workflows/test.yml
needs: build