Skip to content
This repository was archived by the owner on Mar 27, 2026. It is now read-only.

Derive clean session property from client id and QoS level (#13) #65

Derive clean session property from client id and QoS level (#13)

Derive clean session property from client id and QoS level (#13) #65

Workflow file for this run

name: Tests
on:
push:
pull_request:
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: stable
- name: test
run: |
go test -v ./...