Skip to content

Allow filtering videos by channel #61

Allow filtering videos by channel

Allow filtering videos by channel #61

Workflow file for this run

name: test
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: "1.23"
- name: Build
run: go build --tags fts5,cgo ./...
- name: Test
run: go test --tags fts5,cgo -v ./...