Skip to content

Commit

Permalink
make build
Browse files Browse the repository at this point in the history
  • Loading branch information
nafraf committed Oct 6, 2023
1 parent c95cc5f commit 187cbdc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/mariner2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ jobs:
- name: get redis latest
run: |
bash .install/get_redis.sh
- name: build and test
- name: build
run: |
make build
- name: test
run: |
make test
- name: pack module
Expand Down

0 comments on commit 187cbdc

Please sign in to comment.