Skip to content

Bump github.com/go-rel/reltest from 0.11.0 to 0.12.0 (#33) #70

Bump github.com/go-rel/reltest from 0.11.0 to 0.12.0 (#33)

Bump github.com/go-rel/reltest from 0.11.0 to 0.12.0 (#33) #70

Workflow file for this run

name: Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v4
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Test
run: go test -race -coverprofile=coverage.txt -covermode=atomic ./...
- name: Codecov
uses: codecov/codecov-action@v3