mirror of https://codeberg.org/topola/topola.git
ci: run with RUST_BACKTRACE=1 to provide more info on failure
This commit is contained in:
parent
af081aad1d
commit
449e6885a8
|
|
@ -8,7 +8,7 @@ matrix:
|
|||
steps:
|
||||
build_egui:
|
||||
image: rust
|
||||
environment: [CARGO_TERM_COLOR=always]
|
||||
environment: [RUST_BACKTRACE=1,CARGO_TERM_COLOR=always]
|
||||
commands:
|
||||
- rustup default "$CHANNEL"
|
||||
- cargo build --features "$FEATURES" --bin "topola-egui"
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ matrix:
|
|||
steps:
|
||||
test:
|
||||
image: rust
|
||||
environment: [CARGO_TERM_COLOR=always]
|
||||
environment: [RUST_BACKTRACE=1,CARGO_TERM_COLOR=always]
|
||||
commands:
|
||||
- rustup default "$CHANNEL"
|
||||
- cargo test --verbose --features "$FEATURES"
|
||||
|
|
|
|||
Loading…
Reference in New Issue