Skip to content

Commit

Permalink
Merge pull request #2095 from CortexFoundation/dev
Browse files Browse the repository at this point in the history
add dht flag in test
  • Loading branch information
ucwong authored Jul 18, 2024
2 parents 444e6d3 + df80aeb commit 76a629a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nightly.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GOFLAGS=-modcacherw make
echo "running cortex..."
#./test.sh > nightly.log 2>&1 &
rm -rf /tmp/.cortex_test
./build/bin/cortex --datadir=/tmp/.cortex_test/ --port=0 --storage.mode=lazy > nightly.log 2>&1 &
./build/bin/cortex --datadir=/tmp/.cortex_test/ --port=0 --storage.mode=lazy --storage.dht > nightly.log 2>&1 &

CORTEX_PID=$!

Expand Down

0 comments on commit 76a629a

Please sign in to comment.