Skip to content

Commit

Permalink
ci: hide all dfx logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ilbertt committed Dec 1, 2024
1 parent 66fb410 commit 6e5c863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci_cd_test_load.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e
# requires running the prepare_tests.sh script first

echo "Starting local replica..."
dfx start --clean --background
dfx start --clean > /dev/null 2>&1 &

echo "Starting gateway in the background..."
cargo run --release > /dev/null 2>&1 &
Expand Down

0 comments on commit 6e5c863

Please sign in to comment.