Skip to content

add cookies test and refactor graceful shutdown #220

add cookies test and refactor graceful shutdown

add cookies test and refactor graceful shutdown #220

name: Build & Test
on:
push:
branches:
- master
- dev
pull_request:
branches:
- master
- dev
- workflow/ci
jobs:
setup:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/[email protected]
with:
go-version: '1.20'
- name: Run tests
run: go test -race ./...