Skip to content

Redacted URL in logs / errors #11

Redacted URL in logs / errors

Redacted URL in logs / errors #11

name: Unit tests (Go 1.19)
on:
pull_request:
types: ['opened', 'synchronize']
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
with:
go-version: 1.19
- name: Run unit tests
run: make test