Skip to content

Commit

Permalink
Update cargo-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonHartley committed Nov 26, 2023
1 parent 9e12d5b commit fb31705
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/cargo-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ jobs:
steps:
- uses: actions/checkout@master
- name: install redis cluster service
uses: pfapi/redis-cluster-service@v1
uses: pfapi/redis-cluster-service@v
- name: start redis cluster
run: sudo systemctl start redis-cluster1
- name: start redis server
run: sudo systemctl start redis-server
- uses: actions-rs/cargo@v1
with:
command: test
Expand Down

0 comments on commit fb31705

Please sign in to comment.