From 8096b347c42b97dea4f5bc4a39a09a5a26499f3b Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Tue, 31 Aug 2021 15:52:56 +0200 Subject: [PATCH] add components_browsertests --- .github/workflows/build_bromite.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build_bromite.yaml b/.github/workflows/build_bromite.yaml index 0de78bb..01934e2 100644 --- a/.github/workflows/build_bromite.yaml +++ b/.github/workflows/build_bromite.yaml @@ -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