add PRs, macos, and remove compile
This commit is contained in:
parent
1f59db47d8
commit
39ae5873c0
1 changed files with 8 additions and 3 deletions
11
.github/workflows/test.yml
vendored
11
.github/workflows/test.yml
vendored
|
@ -6,10 +6,14 @@ on:
|
||||||
- master
|
- master
|
||||||
- develop
|
- develop
|
||||||
- gh-actions
|
- gh-actions
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
- develop
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: [ubuntu-latest, macos-latest]
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
emacs_version:
|
emacs_version:
|
||||||
|
@ -31,5 +35,6 @@ jobs:
|
||||||
run: "bin/doom version"
|
run: "bin/doom version"
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: "bin/doom test"
|
run: "bin/doom test"
|
||||||
- name: Compile
|
# FIXME
|
||||||
run: "bin/doom -y compile"
|
# name: Compile
|
||||||
|
# run: "bin/doom -y compile"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue