Skip to content

Commit

Permalink
unbound variable
Browse files Browse the repository at this point in the history
  • Loading branch information
gpmayorga committed Apr 29, 2024
1 parent 3803644 commit b508a2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/run-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ case $TARGET in
OUTPUT_FILE="cargo_test_output.txt"
cargo test --release --package runtime-integration-tests --features fast-runtime > $OUTPUT_FILE 2>&1 &
CARGO_PID=$!
BUILD_DISCOVERED=false
DEPS_DISCOVERED=false
while true; do
if [ -d "./target/" ]; then
if ls ./target/debug/build/runtime-integration* 1> /dev/null 2>&1; then
Expand Down

0 comments on commit b508a2d

Please sign in to comment.