Skip to content

Adding TLS option, to choose TLS version #415

Adding TLS option, to choose TLS version

Adding TLS option, to choose TLS version #415

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v3
- name: Fetch tags
run: |
git fetch --prune --unshallow --tags
- name: Run linter
run: make lint
- name: Run tests
run: make test
- name: Run test-backends
run: make test-backends
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
- name: Run release
run: make release