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 7057c02 commit abece8b
Showing 1 changed file with 16 additions and 10 deletions.
26 changes: 16 additions & 10 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,25 @@ env:
CARGO_TERM_COLOR: always

jobs:
format:
# format:
# runs-on: ubuntu-latest
# defaults:
# run:
# working-directory: apps/matching-engine
# steps:
# - uses: actions/checkout@v3
# - uses: dtolnay/rust-toolchain@stable
# - uses: mbrobbel/rustfmt-check@master
# with:
# token: ${{ secrets.GITHUB_TOKEN }}
docker:
runs-on: ubuntu-latest
defaults:
run:
working-directory: apps/matching-engine
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- uses: mbrobbel/rustfmt-check@master
with:
token: ${{ secrets.GITHUB_TOKEN }}
- uses: KengoTODA/actions-setup-docker-compose@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

build:

runs-on: ubuntu-latest
defaults:
run:
Expand Down

0 comments on commit abece8b

Please sign in to comment.