Skip to content

Major Refactoring: Interceptor Architecture & Iterator-based Responses #517

Major Refactoring: Interceptor Architecture & Iterator-based Responses

Major Refactoring: Interceptor Architecture & Iterator-based Responses #517

Workflow file for this run

name: Go Test
on:
push:
branches: [master]
pull_request:
jobs:
test:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v5
- uses: actions/setup-go@v6
with:
go-version-file: "go.mod"
cache: true
- uses: arduino/[email protected]
with:
version: "32.1"
include-pre-releases: true
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Install tools
run: |
make tools
make installgorums
- name: Run Tests
run: make test