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