Add log.c to the license file and comparison with log.c #392
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 | |