From 83d14ad77fd5f9e1c0cb0f85f46c27f20d08d688 Mon Sep 17 00:00:00 2001 From: Benoit Pierre Date: Sat, 23 Nov 2024 02:51:12 +0100 Subject: [PATCH] ci/macos: enable tests --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d47d4afe7..6c96edcac 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -194,6 +194,9 @@ jobs: # }}} + - name: Test + run: ./base/utils/fake_tty.py make --assume-old=base testfront + # Generate / upload artifact. {{{ - name: Generate artifact