From 39ae5873c018b71090f7d737f9ec5725d8d63179 Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Sat, 12 Oct 2019 22:01:44 -0500 Subject: [PATCH] add PRs, macos, and remove compile --- .github/workflows/test.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 29bd0cf1a..e4bbee803 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,10 +6,14 @@ on: - master - develop - gh-actions + pull_request: + branches: + - master + - develop jobs: build: - runs-on: ubuntu-latest + runs-on: [ubuntu-latest, macos-latest] strategy: matrix: emacs_version: @@ -31,5 +35,6 @@ jobs: run: "bin/doom version" - name: Run tests run: "bin/doom test" - - name: Compile - run: "bin/doom -y compile" + # FIXME + # name: Compile + # run: "bin/doom -y compile"