only uni test in github action

pull/6636/head
Medya Gh 2020-02-14 09:58:51 -08:00
parent 33980cbc67
commit 3ab43e54e3
1 changed files with 5 additions and 3 deletions

View File

@ -42,9 +42,11 @@ jobs:
run : |
sudo apt-get update
sudo apt-get install -y libvirt-dev
- name: unit test
run : make test
continue-on-error: false
- name: only unit test
run : |
export TESTSUITE" = "unittest"
make test
continue-on-error: false
# Run the following integration tests after the build_minikube
# They will run in parallel and use the binaries in previous step
docker_ubuntu_16_04: