Skip to content

Merge pull request #5 from mumoshu/unify-sigs-ctx #3

Merge pull request #5 from mumoshu/unify-sigs-ctx

Merge pull request #5 from mumoshu/unify-sigs-ctx #3

Workflow file for this run

on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22
- name: Start LocalStack
uses: LocalStack/[email protected]
with:
image-tag: 'latest'
install-awslocal: 'true'
- name: Run tests
run: go test -v ./...