Skip to content

Commit

Permalink
Fix integration CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Mallets committed Jul 26, 2023
1 parent 2ba610c commit d6fc495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/routed.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ if [ ! -f zenohd ]; then
if [ -n "$ZENOH_BRANCH" ]; then
git switch "$ZENOH_BRANCH"
fi
cargo build
cargo build --lib --bin zenohd
cp ./target/debug/zenohd "$TESTDIR"/
cd "$TESTDIR" || exit
fi
Expand Down

0 comments on commit d6fc495

Please sign in to comment.