Skip to content

Expanding channels test #12

Expanding channels test

Expanding channels test #12

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v3
- name: Checkout code
uses: actions/checkout@v3
- name: Test
run: go test -v ./...