Skip to content

Add Sentry Monitoring Support #13

Add Sentry Monitoring Support

Add Sentry Monitoring Support #13

Workflow file for this run

---
name: test
on:
pull_request:
branches:
- main
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.17
- uses: actions/checkout@v2
- name: Run a one-line script
env:
COVERALLS_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
run: make test