Skip to content

Merge pull request #4 from ngrok/josh/heartbeat-interval-reset #12

Merge pull request #4 from ngrok/josh/heartbeat-interval-reset

Merge pull request #4 from ngrok/josh/heartbeat-interval-reset #12

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: jrobsonchase/[email protected]
- name: Build
run: go build -v ./...
- name: Test
run: go test -v -cover ./...
- name: Lint
run: golangci-lint run . --tests=false