Skip to content

Commit

Permalink
workflows: Test on macOS too
Browse files Browse the repository at this point in the history
  • Loading branch information
erg committed Dec 2, 2021
1 parent 5e4f560 commit d156ea6
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/build-test-core.yml
Expand Up @@ -8,13 +8,20 @@ on:

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: build
run: ./build.sh update
- name: test-core
run: "./factor -e=\"USE: zealot.factor USE: tools.test USE: tools.test.private [ zealot-core-vocabs test-vocabs ] with-child-options\""

build-macos:
runs-on: macos-11
steps:
- uses: actions/checkout@v2
- name: build
run: arch -x86_64 ./build.sh update
- name: test-core
run: "./factor -e=\"USE: zealot.factor USE: tools.test USE: tools.test.private [ zealot-core-vocabs test-vocabs ] with-child-options\""

0 comments on commit d156ea6

Please sign in to comment.