ubuntu drone: run rust tests with TERM set #1119

This commit is contained in:
nick black 2020-11-17 01:28:23 -05:00
parent 51d01b22c8
commit ab7c92a2b3
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -39,7 +39,7 @@ steps:
- python3 setup.py sdist build
- cd ../rust
- cargo build
- cargo t
- env TERM=xterm cargo t
---
kind: pipeline
type: docker