archive
/
md-pdf-rs
Archived
1
Fork 0

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
1 changed files with 2 additions and 0 deletions

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 -