Skip to content

run unit and conformance tests #1077

run unit and conformance tests

run unit and conformance tests #1077

Workflow file for this run

name: alert-test
run-name: run unit and conformance tests
on: [pull_request]
jobs:
promtool-unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: "0"
- name: run promtool unit tests
run: make test-rules
inhibition-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: "0"
- name: run inhibition tests
run: make test-inhibitions