Skip to content

Merge pull request #2 from rahul0tripathi/ft-block-producer #9

Merge pull request #2 from rahul0tripathi/ft-block-producer

Merge pull request #2 from rahul0tripathi/ft-block-producer #9

Workflow file for this run

name: Smelter-CI
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: setup go
uses: actions/setup-go@v4
with:
go-version: '1.21.x'
- name: Build
run: make build
- name: Test
run: make test