Always display log output in CI

This commit is contained in:
Thomas Eizinger 2021-04-20 13:03:59 +10:00
parent 8d76607343
commit 101483118a
No known key found for this signature in database
GPG Key ID: 651AC83A6C6C8B96

View File

@ -130,4 +130,4 @@ jobs:
- uses: Swatinem/rust-cache@v1.2.0
- name: Run test ${{ matrix.test_name }}
run: cargo test --package swap --all-features --test ${{ matrix.test_name }} ""
run: cargo test --package swap --all-features --test ${{ matrix.test_name }} -- --nocapture