Skip to content

Bump github.com/cometbft/cometbft from 0.37.4 to 0.38.8 #11

Bump github.com/cometbft/cometbft from 0.37.4 to 0.38.8

Bump github.com/cometbft/cometbft from 0.37.4 to 0.38.8 #11

Workflow file for this run

name: Run Unit Tests
on: [pull_request]
jobs:
test-unit:
name: Run Unit Tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: '^1.21' # The Go version to download (if necessary) and use.
- run: make test-unit