Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
billschereriii committed Aug 31, 2023
1 parent 7c86200 commit 934d2e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:

- name: Build and install test dependencies
run: |
sudo perl -MCPAN -e 'install "Capture::Tiny"'
sudo perl -MCPAN -e 'install "Capture::Tiny"' && \
make lcov && make catch2

- name: Install docker, redis-server, and RedisAI
Expand Down

0 comments on commit 934d2e9

Please sign in to comment.