Skip to content

Add /x/filter for message filtering #81

Add /x/filter for message filtering

Add /x/filter for message filtering #81

Workflow file for this run

name: Compile and Test
on:
push:
branches:
- '**'
tags:
- '**'
jobs:
build-test-upload:
runs-on: ubuntu-latest
env:
GOPRIVATE: github.com/sagaxyz/*
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version-file: './go.mod'
cache: true
- run: go version
# - name: Compile
# run : make build
- name: Test
run: make test