Run the project in tests

This commit is contained in:
Jake Howard 2017-08-15 21:01:15 +01:00
parent ec7e83ae55
commit 451488966c
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -14,3 +14,5 @@ script:
- cargo build --release
- cargo test
- cargo test --release
- cd test-files && cargo run --release -- build && cd -
- cd test-files && cargo run -- build && cd -