Skip to content

Update CHANGELOG.md #75 #68

Update CHANGELOG.md #75

Update CHANGELOG.md #75 #68

Workflow file for this run

---
name: tests
on:
push:
branches: [ 'main' ]
pull_request:
types: ['opened', 'synchronize']
paths:
- '**.go'
- 'vendor/**'
- '.github/workflows/**'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '1.18.0'
- run: bash scripts/gogetcookie.sh
- run: make test
env:
GITHUB_ACTIONS_STAGE: "UNIT_TESTS"