Merge branch 'master' of https://github.com/rust-osdev/vga into develop

This commit is contained in:
Ryan Kennedy 2020-03-14 21:53:16 -05:00
commit 0b3a12462d
2 changed files with 4 additions and 0 deletions

View file

@ -89,6 +89,10 @@ jobs:
run: cargo xbuild
working-directory: 'testing'
- name: "Run Test Framework"
run: cargo xtest --verbose
working-directory: "testing"
check_formatting:
name: "Check Formatting"
runs-on: ubuntu-latest