mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-21 05:28:31 +02:00
Prevent stderr from being captured - last build was still hanging
This commit is contained in:
parent
1d906e274b
commit
84569e590c
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ install:
|
|||
- poetry run python --version
|
||||
|
||||
script:
|
||||
- poetry run behave
|
||||
- poetry run behave --no-capture-stderr
|
||||
|
||||
aliases:
|
||||
test_mac: &test_mac
|
||||
|
|
Loading…
Add table
Reference in a new issue