Skip to content

Commit

Permalink
stop building in release mode in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
danilopedraza committed Jan 28, 2025
1 parent c1ba512 commit 221bc59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ cargo test --all-features

set +e
examples_dir=$1
echo "Building the interpreter in release mode..."
cargo build --release
echo "Building the interpreter..."
cargo build

echo "Running examples..."
someone_failed=false
Expand Down

0 comments on commit 221bc59

Please sign in to comment.