Skip to content

Animated demo in README #5

Animated demo in README

Animated demo in README #5

Workflow file for this run

name: Run tests
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
jobs:
Run-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.21
- name: Run tests
run: |
go test mcv_test.go