Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Shr1ftyy authored Aug 10, 2023
1 parent 1a9dd14 commit 13e478d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,13 @@ jobs:
runs-on: ubuntu-latest
defaults:
run:
working-directory: apps/matching-engine
working-directory: "./apps/matching-engine"
steps:
- name: Set up Redis Instance with Docker
- run: docker compose up
- uses: actions/checkout@v3
- uses: isbang/[email protected]
with:
compose-file: "./docker-compose.yml"
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
Expand Down

0 comments on commit 13e478d

Please sign in to comment.