From 951a244ad13b5345b9cd7f6d4f65d085aec61671 Mon Sep 17 00:00:00 2001 From: Martin Robinson Date: Fri, 9 Jun 2023 13:35:41 +0200 Subject: [PATCH] Run unit tests on the main Linux workflow --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e7bc52cc50c..7aefa99a98c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -52,6 +52,7 @@ jobs: with: layout: '2013' wpt: 'test' + unit-tests: true build-linux-layout-2020: name: Linux (layout-2020) @@ -60,6 +61,7 @@ jobs: with: layout: '2020' wpt: 'test' + unit-tests: true build_result: name: homu build finished