Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Add cleanup logic to edgexfoundry's autostart testing #223

Add cleanup logic to edgexfoundry's autostart testing

Add cleanup logic to edgexfoundry's autostart testing #223

Workflow file for this run

# This workflow performs unit testing on utility packages
name: Unit Testing
on:
pull_request:
branches: [ main ]
paths:
- 'test/utils/**'
# manual trigger
workflow_dispatch:
jobs:
test-utils:
name: Test Utils
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.*
- run: go test ./test/utils -count=100