Skip to content

dkg: fixed edit remove-operators (#4147) #1285

dkg: fixed edit remove-operators (#4147)

dkg: fixed edit remove-operators (#4147) #1285

name: Integration Tests
on:
pull_request:
push:
branches:
- main*
concurrency:
group: integration-tests-${{ github.ref }}
cancel-in-progress: true
jobs:
integration_tests:
runs-on: charon-ci
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- uses: ./.github/actions/setup-go
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
with:
path: |
~/go/pkg/mod
~/.cache/go-build
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- run: go test -v -timeout=10m -race github.com/obolnetwork/charon/testutil/integration -integration