Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
5496b4a7
Unverified
Commit
5496b4a7
authored
Sep 08, 2020
by
Oran Agra
Committed by
GitHub
Sep 08, 2020
Browse files
Add daily CI for MacOS (#7759)
parent
b491d477
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/daily.yml
View file @
5496b4a7
...
...
@@ -168,3 +168,21 @@ jobs:
./runtest-cluster --tls
./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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment