Signed-off-by: cwen0 <cwenyin0@gmail.com>
This commit is contained in:
cwen0 2023-01-29 16:44:33 +08:00
parent 7988968b74
commit 9bcf11deef
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ jobs:
elif [[ "$job" == "unit-test" ]]; then
make unit-test
elif [[ "$job" == "integration-test" ]]; then
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
sudo apt-get update
sudo apt-get install -y stress-ng
make integration-test