Run kernel unit tests on push and pull_request actions

This commit is contained in:
Paul Bartell 2021-03-22 17:11:04 -07:00
parent 5dc5cedefe
commit 70837d336e

View file

@ -1,11 +1,11 @@
name: CMock Unit Tests
on: [push]
on: [push, pull_request]
jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Checkout Parent Repo
- name: Checkout Parent Repository
uses: actions/checkout@v2
with:
ref: master