Skip to content

Refactor aggregate context to be carried with the scope. #114

Refactor aggregate context to be carried with the scope.

Refactor aggregate context to be carried with the scope. #114

Workflow file for this run

name: Test
on: [pull_request]
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.19
uses: actions/setup-go@v2
with:
go-version: 1.19
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v1
- name: Test
run: |
go test -v -race ./...