Skip to content

Update auth.CertificateAuthenticator #225

Update auth.CertificateAuthenticator

Update auth.CertificateAuthenticator #225

Workflow file for this run

name: test
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.22.x'
- name: Set up golangci-lint
run: sudo snap install golangci-lint --classic
- name: Test
run: make test
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: postgresql-cover.out