Skip to content

Commit

Permalink
Include CD to correct dir
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasDeBruijn committed May 16, 2024
1 parent 83b0e10 commit c4d8f2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- run: rustup component add --toolchain ${{ matrix.toolchain }} rustfmt
- run: cargo fmt --all --check
- run: cd server && cargo fmt --all --check

build:
name: Cargo build
Expand All @@ -38,4 +38,4 @@ jobs:
- uses: actions/checkout@v4
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- run: rustup target add --toolchain ${{ matrix.toolchain }} ${{ matrix.target }}
- run: cargo build --target ${{ matrix.target }}
- run: cd server && cargo build --target ${{ matrix.target }}

0 comments on commit c4d8f2b

Please sign in to comment.