Skip to content

chore: update given contract changes and both bridges signing the same #814

chore: update given contract changes and both bridges signing the same

chore: update given contract changes and both bridges signing the same #814

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
permissions:
contents: read
jobs:
golangci:
name: unit-tests
runs-on: ubuntu-latest
steps:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '1.21.5'
- uses: actions/checkout@v3
- name: Build binary
env:
GO111MODULE: on
run:
go build -o vegacapsule .
- name: Run unit tests
run:
go test -v ./...