summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authoralfred gedeon <28123637+alfred2g@users.noreply.github.com>2021-02-08 15:26:01 -0800
committerGitHub <noreply@github.com>2021-02-08 15:26:01 -0800
commit9b9011917a744a284669eb4145c178c44949d563 (patch)
tree340c497cd29bf64292353c772d4ae053f303197a /.github/workflows
parenta78cb45d125e425163e231e7f2b98722c82b92c6 (diff)
downloadfreertos-git-9b9011917a744a284669eb4145c178c44949d563.tar.gz
Add Kernel Unit Tests Environment (#494)
* Implement Kernel Unit Test Framework with CMock * Add Readme.md to unit tests * Add Posix build checker to git actions * Add Ruby requirement * Fix file header checks * Fix header checks * Add color output to test runs
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/core-checks.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/core-checks.yml b/.github/workflows/core-checks.yml
index 5d05ed76c..5736b40c6 100644
--- a/.github/workflows/core-checks.yml
+++ b/.github/workflows/core-checks.yml
@@ -63,4 +63,3 @@ jobs:
- name: Posix Network Build Checker
run: |
bash workspace/.github/scripts/posix_network_build_checker.sh workspace
-