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:
branches:
- "master"
- "develop"
tags:
- "*"
schedule:
@ -84,10 +85,10 @@ jobs:
- name: "Print QEMU Version"
run: qemu-system-x86_64 --version
- name: "Build Test Kernel"
run: cargo xbuild
working-directory: 'testing'
working-directory: "testing"
- name: "Run Test Framework"
run: cargo xtest --verbose