mirror of
https://github.com/cesanta/mongoose.git
synced 2024-11-24 11:09:01 +08:00
Add mac test
This commit is contained in:
parent
e8d3b8030e
commit
18ce1669fc
10
.github/workflows/test.yml
vendored
10
.github/workflows/test.yml
vendored
@ -1,7 +1,7 @@
|
||||
name: unit tester
|
||||
on: [push]
|
||||
jobs:
|
||||
build:
|
||||
linux:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
@ -9,3 +9,11 @@ jobs:
|
||||
run: sudo apt-get install libmbedtls-dev
|
||||
- name: make
|
||||
run: make test test++
|
||||
macos:
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Install packages
|
||||
run: HOMEBREW_NO_AUTO_UPDATE=1 brew install jq mbedtls
|
||||
- name: make
|
||||
run: make test test++
|
||||
|
Loading…
Reference in New Issue
Block a user