mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-07 13:03:45 +02:00
Tweak
This commit is contained in:
parent
771523f464
commit
098e0c4393
2 changed files with 11 additions and 1 deletions
10
.github/workflows/validate-1m-linux.sh
vendored
10
.github/workflows/validate-1m-linux.sh
vendored
|
@ -105,6 +105,16 @@ $NS1 sudo valgrind --demangle=yes --exit-on-first-error=yes \
|
|||
# Second instance, not run in memory profiler
|
||||
$NS2 sudo ./zerotier-one node2 -p9995 >>node_2.log 2>&1 &
|
||||
|
||||
sleep 5
|
||||
|
||||
ls -lga node1
|
||||
tree node1
|
||||
|
||||
ls -lga node2
|
||||
tree node2
|
||||
|
||||
ps aux | grep zerotier
|
||||
|
||||
################################################################################
|
||||
# Online Check #
|
||||
################################################################################
|
||||
|
|
2
.github/workflows/validate.yml
vendored
2
.github/workflows/validate.yml
vendored
|
@ -36,7 +36,7 @@ jobs:
|
|||
CXX: 'g++'
|
||||
BRANCH: ${{ github.ref_name }}
|
||||
run: |
|
||||
sudo apt install -y valgrind xmlstarlet gcovr iperf3
|
||||
sudo apt install -y valgrind xmlstarlet gcovr iperf3 tree
|
||||
make one ZT_COVERAGE=1 ZT_TRACE=1
|
||||
sudo chmod +x ./.github/workflows/validate-1m-linux.sh
|
||||
sudo ./.github/workflows/validate-1m-linux.sh
|
||||
|
|
Loading…
Add table
Reference in a new issue