Skip to content

chore: replace tendermint with cometbft #141

chore: replace tendermint with cometbft

chore: replace tendermint with cometbft #141

Workflow file for this run

name: Testing
on:
- pull_request
jobs:
test:
strategy:
matrix:
go-version:
- 1.23
os:
- ubuntu-22.04
runs-on: ${{ matrix.os }}
steps:
- name: Setup Golang with cache
uses: magnetikonline/action-golang-cache@v2
with:
go-version: ${{ matrix.go-version }}
- name: Set up ssh agent
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.CICD_RSA_KEY }}
- name: Checkout code
uses: actions/checkout@v2
- name: Test
run: |
git config --global url."[email protected]:axelarnetwork".insteadOf https://github.com/axelarnetwork
go test ./...