diff --git a/travis-ci/vmtest/run_selftests.sh b/travis-ci/vmtest/run_selftests.sh index b2cee55..fc2df61 100755 --- a/travis-ci/vmtest/run_selftests.sh +++ b/travis-ci/vmtest/run_selftests.sh @@ -58,6 +58,6 @@ cd ${PROJECT_NAME}/selftests/bpf test_progs if [[ "${KERNEL}" == 'latest' ]]; then - # test_maps + test_maps test_verifier fi