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:
@ -84,10 +85,10 @@ jobs:
- name: "Print QEMU Version" - name: "Print QEMU Version"
run: qemu-system-x86_64 --version run: qemu-system-x86_64 --version
- 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