Skip to content

Don't update connection states in devices-api anymore #333

Don't update connection states in devices-api anymore

Don't update connection states in devices-api anymore #333

Workflow file for this run

name: gotest
on:
pull_request:
branches: [ '**' ]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.21.x
- name: Checkout code
uses: actions/checkout@v3
- name: Run tests
run: go test -v -json ./... > test.json -timeout 360s
- name: Annotate tests
if: always()
uses: guyarb/golang-test-annotations@v0.5.1
with:
test-results: test.json