mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat(db): derive Compact codec (#177)
This commit is contained in:
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -34,6 +34,13 @@ jobs:
|
||||
command: nextest
|
||||
args: run --locked --workspace --all-features
|
||||
|
||||
- name: Run fuzz tests
|
||||
run: |
|
||||
./.github/scripts/fuzz.sh reth-primitives
|
||||
./.github/scripts/fuzz.sh reth-db
|
||||
./.github/scripts/fuzz.sh reth-interfaces
|
||||
./.github/scripts/fuzz.sh reth-codecs
|
||||
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user