Skip to content

Commit

Permalink
Fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
mleleszi committed Jun 8, 2024
1 parent 5b228c8 commit dae7199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
- name: make
run: cd build && make
- name: Run Test
run: /home/runner/work/cpp-redis-clone/cpp-redis-clone/build/test/redis_test
run: /home/runner/work/cpp-redis-clone/cpp-redis-clone/build/tests/redis_test

0 comments on commit dae7199

Please sign in to comment.