More aggressive CLI spamming (#1993)

This commit is contained in:
Joseph Henry
2023-05-03 10:49:27 -07:00
committed by GitHub
parent 54f339f0c0
commit d6c5a6cd59
2 changed files with 76 additions and 38 deletions

View File

@@ -1,4 +1,6 @@
on: [ push ]
on:
push:
workflow_dispatch:
jobs:
build_ubuntu:
@@ -36,7 +38,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