Skip to content

test(mqtt): fix mqtt client connect error #9

test(mqtt): fix mqtt client connect error

test(mqtt): fix mqtt client connect error #9

Workflow file for this run

name: test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.21
- name: Run test
run: go test ./...