Integration test (#91)

This commit is contained in:
Cecile Tonglet
2020-05-18 17:17:34 +02:00
committed by GitHub
parent d0507f4e17
commit ab51fe9abe
7 changed files with 615 additions and 47 deletions
+2
View File
@@ -63,6 +63,8 @@ test-linux-stable:
script:
- time cargo test --all --release --locked |
tee output.log
- time cargo test --release -- --ignored integration_test |
tee -a output.log
- sccache -s
after_script:
- echo "___Collecting warnings for check_warnings job___"