Skip to content

Commit

Permalink
print also the output messages of the test
Browse files Browse the repository at this point in the history
  • Loading branch information
stlankes committed May 22, 2020
1 parent b994cf1 commit 4e222b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -41,4 +41,4 @@ jobs:
run: cargo --version
- name: Test
run:
cargo test
cargo test -- --nocapture
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
include:
- stage: Test
script:
- cargo test
- cargo test -- --nocapture

-
script:
Expand Down

0 comments on commit 4e222b7

Please sign in to comment.