Skip to content

Commit

Permalink
add /Cargo.toml to cargo test
Browse files Browse the repository at this point in the history
  • Loading branch information
SwayStar123 committed Sep 13, 2024
1 parent 27b489c commit 2933705
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,4 @@ jobs:
run: forc build --path ${{ matrix.project }} --release

- name: Run Cargo Tests
run: cargo test --manifest-path ${{ matrix.project }}
run: cargo test --manifest-path ${{ matrix.project }}/Cargo.toml
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ jobs:
run: forc build --path ${{ matrix.project }} --release

- name: Run Cargo Tests
run: cargo test --manifest-path ${{ matrix.project }}
run: cargo test --manifest-path ${{ matrix.project }}/Cargo.toml

0 comments on commit 2933705

Please sign in to comment.