add components_browsertests

This commit is contained in:
uazo 2021-08-31 15:52:56 +02:00 committed by GitHub
parent c6805fc246
commit 8096b347c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -310,6 +310,7 @@ jobs:
autoninja -j $GOMAJOBS -C out/bromite unit_tests
autoninja -j $GOMAJOBS -C out/bromite content_browsertests
autoninja -j $GOMAJOBS -C out/bromite components_unittests
autoninja -j $GOMAJOBS -C out/bromite components_browsertests
- name: Build instrumentation tests
shell: bash