Revert "Disable testing for now"

This reverts commit 262cacf4b2.
This commit is contained in:
Philipp Oppermann 2020-03-13 16:45:40 +01:00
parent 98ff35a9e1
commit 879b02ec0b

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