Skip to content

CLOUD-789 - add test to check password leaks in the logs #718

CLOUD-789 - add test to check password leaks in the logs

CLOUD-789 - add test to check password leaks in the logs #718

Workflow file for this run

name: Run tests
on: [pull_request]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
go-version: '^1.19'
- uses: actions/checkout@v3
- name: go test
run: make test