Skip to content

feat(pkg/trie): Add inserts to TrieDB #10335

feat(pkg/trie): Add inserts to TrieDB

feat(pkg/trie): Add inserts to TrieDB #10335

Workflow file for this run

on:
pull_request:
# Commented paths to avoid skipping required workflow
# See https://github.community/t/feature-request-conditional-required-checks/16761
# paths:
# - .github/workflows/docker-rpc.yml
# - "**/*.go"
# - "chain/**"
# - "cmd/**"
# - "dot/**"
# - "internal/**"
# - "lib/**"
# - "pkg/**"
# - "tests/rpc/**"
# - go.mod
# - go.sum
name: docker-rpc
jobs:
docker-rpc-tests:
runs-on: buildjet-4vcpu-ubuntu-2204
env:
DOCKER_BUILDKIT: "1"
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.12.1
with:
all_but_latest: true
- uses: docker/build-push-action@v5
with:
load: true
target: builder
tags: chainsafe/gossamer:test
- name: Run rpc tests
run: |
docker run chainsafe/gossamer:test sh -c "make it-rpc"