Skip to content

Use signal.NotifyContext for idiomatic, graceful shutdown (#33) #47

Use signal.NotifyContext for idiomatic, graceful shutdown (#33)

Use signal.NotifyContext for idiomatic, graceful shutdown (#33) #47

Workflow file for this run

name: Run Unit Tests
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: Run Unit Tests
run: make test-unit