Skip to content

chore(deps): bump github.com/cometbft/cometbft from 0.38.12 to 0.38.17 in /tests #293

chore(deps): bump github.com/cometbft/cometbft from 0.38.12 to 0.38.17 in /tests

chore(deps): bump github.com/cometbft/cometbft from 0.38.12 to 0.38.17 in /tests #293

Workflow file for this run

name: Unit tests
on:
push:
branches:
- main
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Check out source
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "stable"
check-latest: true
- name: Tests
run: |
make test