Skip to content

Commit

Permalink
build Tendis with option "TENDIS_DEBUG" ON
Browse files Browse the repository at this point in the history
  • Loading branch information
Evil-crow authored and TendisDev committed Feb 23, 2021
1 parent 89a98ff commit 47045a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Tendis-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Build
run: |
mkdir build && cd build
cmake ..
cmake -DTENDIS_DEBUG=ON ..
cmake --build . -j2
- name: Unit Test
run: |
Expand Down

0 comments on commit 47045a3

Please sign in to comment.