Skip to content

Merge pull request #38 from r7wx/fix/root-path #65

Merge pull request #38 from r7wx/fix/root-path

Merge pull request #38 from r7wx/fix/root-path #65

Workflow file for this run

name: Test
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.19
- name: Test
run: go test -v ./...