Build on develop also

This commit is contained in:
Ryan Kennedy 2020-03-14 22:57:01 -05:00
parent d8c0b83575
commit 168cbcfca2

View file

@ -4,6 +4,7 @@ on:
push: push:
branches: branches:
- "master" - "master"
- "develop"
tags: tags:
- "*" - "*"
schedule: schedule:
@ -87,7 +88,7 @@ jobs:
- name: "Build Test Kernel" - name: "Build Test Kernel"
run: cargo xbuild run: cargo xbuild
working-directory: 'testing' working-directory: "testing"
- name: "Run Test Framework" - name: "Run Test Framework"
run: cargo xtest --verbose run: cargo xtest --verbose