Skip to content

Add log.c to the license file and comparison with log.c #392

Add log.c to the license file and comparison with log.c

Add log.c to the license file and comparison with log.c #392

Workflow file for this run

# Executes UT and package tests
name: Tests
on:
pull_request:
branches:
- main
- release/*
push:
branches:
- main
- release/*
jobs:
unit-tests:
name: Unit Tests
uses: ./.github/workflows/test-unit.yml
integration-tests:
name: Integration Tests
uses: ./.github/workflows/test-integration.yml