ci: fix liveness test job (#7335)

Add build-simd-linux to make's command line.
This commit is contained in:
Alessio Treglia 2020-09-17 13:55:07 +01:00 committed by GitHub
parent 36d30f9e83
commit 92cd5884aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -370,7 +370,7 @@ jobs:
.sum
- name: start localnet
run: |
make clean localnet-start
make clean build-simd-linux localnet-start
if: "env.GIT_DIFF != ''"
- name: test liveness
run: |