Skip to content

chore: improve fxcored version cmd #500

chore: improve fxcored version cmd

chore: improve fxcored version cmd #500

Workflow file for this run

name: Tests
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.19
- uses: actions/checkout@v3
- name: Run go mod
run: make go.sum
- name: Run make build
run: make build
- name: Run make test
run: make test