Skip to content

Source versioning: Postgres, MySQL and Load generator #949

Source versioning: Postgres, MySQL and Load generator

Source versioning: Postgres, MySQL and Load generator #949

Workflow file for this run

name: test
on:
pull_request:
paths:
- pkg/**
- main.go
- go.mod
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version-file: "go.mod"
cache: true
- run: go test -v -cover ./...