Skip to content

Commit

Permalink
Also build Slash on MacOS in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
olapiv committed Nov 14, 2024
1 parent b08ad0d commit 690e428
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_test_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ jobs:

- run: brew install protobuf

- name: Build
- name: Build Slash
run: cd pink/third/slash/slash && make

- name: Build Pink
run: cd pink && make static_lib

build-and-run-redis-benchmark:
Expand Down

0 comments on commit 690e428

Please sign in to comment.