Skip to content

Output Formats, Raw REPL #52

Output Formats, Raw REPL

Output Formats, Raw REPL #52

Workflow file for this run

name: build
on:
push:
branches:
- "main"
pull_request:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: stable
- name: test
run: |
go test -v -failfast -race -coverpkg=./... -covermode=atomic -coverprofile=coverage.txt ./...