2
0
mirror of https://github.com/sharkdp/bat synced 2024-11-04 18:00:24 +00:00

Add test-output

This commit is contained in:
sharkdp 2018-05-01 09:57:04 +02:00 committed by David Peter
parent dbf84e77e0
commit 802540ea08

View File

@ -44,6 +44,9 @@ script:
# Incorporate TARGET env var to the build and test process
- cargo build --target $TARGET --verbose
- cargo test --target $TARGET --verbose
# Run 'bat' on its own source code and the README
- cargo run --target $TARGET -- src/main.rs
- cargo run --target $TARGET -- README.md
before_deploy:
- bash ci/before_deploy.bash