Skip to content

chore: add e2e tests for channel setting #670

chore: add e2e tests for channel setting

chore: add e2e tests for channel setting #670

Workflow file for this run

# Copy from https://github.com/spf13/cobra
# https://github.com/spf13/cobra/blob/master/LICENSE.txt
name: Test
on:
push:
branches:
- 'unstable'
pull_request:
branches:
- 'unstable'
env:
GO111MODULE: on
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: stable
stable: true
- name: Test
run: go test -v --short ./...