Skip to content

add jeroenrinzema/psql-wire #2231

add jeroenrinzema/psql-wire

add jeroenrinzema/psql-wire #2231

Workflow file for this run

name: tests
on:
push:
branches:
- 'main'
pull_request:
jobs:
build:
name: Running test
runs-on: ubuntu-latest
container: golang:latest
steps:
- uses: actions/checkout@v3
- name: Get dependencies
run: go get -v -t -d ./...
- name: Run tests
run: go test repo_test.go scripts.go