mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-15 01:07:47 -04:00
Run kernel unit tests on pull requests and pushes.
Remove path filter (doesn't appear to work with multiple targets)
This commit is contained in:
parent
3a48781a03
commit
ada298638c
1 changed files with 1 additions and 4 deletions
5
.github/workflows/kernel-unit-tests.yml
vendored
5
.github/workflows/kernel-unit-tests.yml
vendored
|
@ -1,8 +1,5 @@
|
|||
name: Kernel Unit Tests
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- 'FreeRTOS/Test/CMock/**'
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
run:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue