archive
/
md-pdf-rs
Archived
1
Fork 0

Run non-release too

This commit is contained in:
Jake Howard 2017-08-16 12:04:51 +01:00
parent b95c534dad
commit c50f089590
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,9 @@ jobs:
- target/
- run: cargo test
- run: cargo test --release
- run:
command: cargo run -- build
working_directory: ~/md-pdf/test-files
- run:
command: cargo run --release -- build
working_directory: ~/md-pdf/test-files