Skip to content

followups: Configurable Forwarding Limit and Stub Improvements #198

followups: Configurable Forwarding Limit and Stub Improvements

followups: Configurable Forwarding Limit and Stub Improvements #198

Workflow file for this run

name: Tests
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "**" ]
jobs:
unit-test:
runs-on: ubuntu-latest
container: golang:1.19
steps:
- name: Check out repository code
uses: actions/checkout@v2
- name: Run tests
run: go test -cover ./...