Skip to content

chore: remove tendermint #181

chore: remove tendermint

chore: remove tendermint #181

Workflow file for this run

name: Testing
on:
- pull_request
jobs:
test:
strategy:
matrix:
go-version:
- 1.18.x
os:
- ubuntu-22.04
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@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 ./...