Always display log output in CI

pull/442/head
Thomas Eizinger 3 years ago
parent 8d76607343
commit 101483118a
No known key found for this signature in database
GPG Key ID: 651AC83A6C6C8B96

@ -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

Loading…
Cancel
Save