Run the project in tests
This commit is contained in:
parent
ec7e83ae55
commit
451488966c
1 changed files with 2 additions and 0 deletions
|
@ -14,3 +14,5 @@ script:
|
||||||
- cargo build --release
|
- cargo build --release
|
||||||
- cargo test
|
- cargo test
|
||||||
- cargo test --release
|
- cargo test --release
|
||||||
|
- cd test-files && cargo run --release -- build && cd -
|
||||||
|
- cd test-files && cargo run -- build && cd -
|
||||||
|
|
Reference in a new issue