Skip to content

Add support for kafka, rabbit mq and s3 #41

Add support for kafka, rabbit mq and s3

Add support for kafka, rabbit mq and s3 #41

Workflow file for this run

name: unittest
on: pull_request
jobs:
test:
name: unittest
runs-on: ubuntu-latest
steps:
- name: Setup Go
uses: actions/setup-go@v1
with:
go-version: 1.18
- name: Checkout code
uses: actions/checkout@v1
- name: Build
run: make all
- name: Run unittest
run: make test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.txt