Skip to content

Merge pull request #2 from coding-native/fix/1-reload-https #21

Merge pull request #2 from coding-native/fix/1-reload-https

Merge pull request #2 from coding-native/fix/1-reload-https #21

Workflow file for this run

name: Tests
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '^1.21' # The Go version to download (if necessary) and use.
- name: Run tests
run: go test -v ./...