Skip to content

Commit

Permalink
chore: enable rust-backtrace in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ngutech21 committed Mar 20, 2024
1 parent 3a1d674 commit 5f19fc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@ run-cli *ARGS:

# runs all tests
run-tests:
cargo test --workspace --exclude integrationtests
RUST_BACKTRACE=1 cargo test --workspace --exclude integrationtests


# run integrationtests
run-itests:
cargo test -p integrationtests
RUST_BACKTRACE=1 cargo test -p integrationtests

# build the mint docker-image
build-docker:
Expand Down

0 comments on commit 5f19fc3

Please sign in to comment.