ci: show tests logs
This commit is contained in:
@@ -8,6 +8,7 @@ on:
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
CARGO_TERM_COLOR: always
|
CARGO_TERM_COLOR: always
|
||||||
|
RUST_LOG: debug
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@@ -45,10 +46,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|
||||||
- name: Build
|
|
||||||
run: cargo build --release --verbose --target ${{ matrix.target }}
|
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: cargo test --release --verbose --target ${{ matrix.target }}
|
run: cargo test --release --verbose --target ${{ matrix.target }} -- --nocapture
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user