8000 Upgrade comet-bft · PeggyJV/sommelier@d32a6e1 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Upgrade comet-bft

Upgrade comet-bft #523

Workflow file for this run

name: Unit tests
on:
push:
branches:
- main
tags:
- "v*.*.*"
pull_request:
jobs:
test:
strategy:
matrix:
go-version: [1.22]
os: [ubuntu-latest]
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v3
- run: go test github.com/peggyjv/sommelier/.../x/...
0