Skip to content

Commit

Permalink
RUST_BACKTRACE="1"
Browse files Browse the repository at this point in the history
  • Loading branch information
CGMossa committed Nov 28, 2023
1 parent 26eed80 commit 515afcc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

steps:
- uses: actions/checkout@v4

- name: Set up Rust
uses: dtolnay/rust-toolchain@master
with:
Expand Down Expand Up @@ -170,6 +170,8 @@ jobs:
# Note: no feature is specified, which means such features like graphics, serde, ndarray, and num-complex are not tested here.
ci-cargo test $(if($target -ne 'default') {"--target=$target"} ) '--' --nocapture -ActionName "Testing for $target target"
}
env:
RUST_BACKTRACE: 1

# c.f. https://github.com/actions/checkout#checkout-multiple-repos-side-by-side
- name: Obtain 'rextendr'
Expand Down

0 comments on commit 515afcc

Please sign in to comment.