From e78510b7b42fd9ee1bc7b4f35dab1e16f82d28bf Mon Sep 17 00:00:00 2001 From: Jordan Bayles Date: Mon, 9 Sep 2024 11:52:59 -0700 Subject: [PATCH] Update meson.yml --- .github/workflows/meson.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/meson.yml b/.github/workflows/meson.yml index 822e2048a..10dec79bb 100644 --- a/.github/workflows/meson.yml +++ b/.github/workflows/meson.yml @@ -13,9 +13,12 @@ jobs: - uses: BSFishy/meson-build@v1.0.3 with: action: build + - uses: BSFishy/meson-build@v1.0.3 + with: action: test + - uses: BSFishy/meson-build@v1.0.3 + with: action: tidy - - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!" - run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}." - name: Check out repository code