Skip to content

docs: replace demo.gif with asciinema recording #11

docs: replace demo.gif with asciinema recording

docs: replace demo.gif with asciinema recording #11

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_call:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.21"
- name: Run tests
run: go test -v -cover ./...
- name: Build
run: go build -o ccs .