mirror of
http://github.com/valkey-io/valkey
synced 2024-11-22 18:04:52 +00:00
Add daily CI for MacOS (#7759)
This commit is contained in:
parent
b491d477c3
commit
5496b4a7cd
18
.github/workflows/daily.yml
vendored
18
.github/workflows/daily.yml
vendored
@ -168,3 +168,21 @@ jobs:
|
|||||||
./runtest-cluster --tls
|
./runtest-cluster --tls
|
||||||
./runtest-cluster
|
./runtest-cluster
|
||||||
|
|
||||||
|
test-macos-latest:
|
||||||
|
runs-on: macos-latest
|
||||||
|
if: github.repository == 'redis/redis'
|
||||||
|
timeout-minutes: 14400
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- name: make
|
||||||
|
run: make
|
||||||
|
- name: test
|
||||||
|
run: |
|
||||||
|
./runtest --accurate --verbose
|
||||||
|
- name: module api test
|
||||||
|
run: ./runtest-moduleapi --verbose
|
||||||
|
- name: sentinel tests
|
||||||
|
run: ./runtest-sentinel
|
||||||
|
- name: cluster tests
|
||||||
|
run: ./runtest-cluster
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user