From 4b0c5323841d8f4b44f28d8c16b8378216df46d3 Mon Sep 17 00:00:00 2001 From: Will Date: Sat, 2 Dec 2023 15:01:04 -0500 Subject: [PATCH] ci: run bench after else on macos --- .github/workflows/macos.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index d2e8f06b..561b98c6 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -34,5 +34,6 @@ jobs: tool/build --verbose --no-run ls -al out/this/Debug ls -al out/this/Release - - run: tool/build --verbose --no-build - run: tool/test/all || tool/test/all + - run: tool/build --verbose --no-build +