Skip to content

doc: update

doc: update #20

Workflow file for this run

name: Tests
on:
pull_request:
push:
branches:
- main
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
# Checkout the repository
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '1.23.2'
# Run Go tests
- name: Run Go tests
working-directory: .
run: go test ./tests/