Update '.drone.yml'
Some checks failed
continuous-integration/drone Build is failing

Added nocapture to tests
This commit is contained in:
justine 2023-01-11 18:16:30 +01:00
parent a08ec11f7d
commit 6361da3f40

View File

@ -13,4 +13,4 @@ steps:
- name: Tests
image: rust:1.66.0-alpine3.17
commands:
- cargo test
- cargo test -- --nocapture