Skip to content

Merge pull request #779 from multiversx/forgotten-complete-call #2321

Merge pull request #779 from multiversx/forgotten-complete-call

Merge pull request #779 from multiversx/forgotten-complete-call #2321

Workflow file for this run

name: Build and run tests
on:
push:
branches: [ master, rc/*, feat/* ]
pull_request:
branches: [ master, feat/*, rc/* ]
workflow_dispatch:
jobs:
test:
strategy:
matrix:
go-version: [1.20.7]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2
- name: Test
run: |
make test