Skip to content

ranger/ranger: typo #89

ranger/ranger: typo

ranger/ranger: typo #89

Workflow file for this run

name: Run go tests
on:
workflow_call:
push:
branches-ignore:
- main
jobs:
test-go:
name: "Run go tests"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version-file: "go.mod"
- run: go test ./... --cover -v -race