Skip to content

Commit

Permalink
fix: manifest path
Browse files Browse the repository at this point in the history
  • Loading branch information
hampfh committed Jul 11, 2024
1 parent 614357e commit 8f024e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust_build_and_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- run: cargo build --verbose
- run: cargo test --verbose
- run: cargo build --manifest-path apps/server/Cargo.toml --verbose
- run: cargo test --manifest-path apps/server/Cargo.toml --verbose

0 comments on commit 8f024e9

Please sign in to comment.