diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9fde0f3..bc40788 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,3 +23,5 @@ jobs: steps: - uses: actions/checkout@v4 - uses: EmbarkStudios/cargo-deny-action@v1 + with: + manifest-path: test/Cargo.toml \ No newline at end of file