From 965af5e6f7217e7fc26e3645cd8272a7266a403f Mon Sep 17 00:00:00 2001 From: Sveinbjorn Thordarson Date: Wed, 25 Oct 2023 20:50:15 +0000 Subject: [PATCH] Updated CI workflow --- .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 18a931f..d214c02 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -14,6 +14,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - - run: | + - name: Build program and run tests + run: | gem install xcpretty make test | xcpretty -c && exit ${PIPESTATUS[0]}