Run non-release too
This commit is contained in:
parent
b95c534dad
commit
c50f089590
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Reference in a new issue