Skip to content

Commit

Permalink
Reuse target dir in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Dec 5, 2024
1 parent eccef58 commit 383cdda
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

set -e

export CARGO_TARGET_DIR=$PWD/target

echo "=== Running library tests... ==="
cargo test --features=integration_test "$@"

Expand Down

0 comments on commit 383cdda

Please sign in to comment.